@font-face {
	font-family: BIZ UDPGothic;
	font-display: swap;
	src: url('../font/BIZUDPGothic-Regular.ttf') format("truetype");
}

body {
	position: relative;
	background-color: #eeeeee !important;
	min-height: 100vh;
	font-family: 'BIZ UDPGothic', serif;
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #003f5e;
	color: white !important;
	height: 70px;
	width: 100%;
	padding-right: 2rem;
	padding-left: 2rem;
}

.header-title {
	color: white !important;
	font-weight: bold;
	font-size: 1.5rem;
}

footer {
	display: flex;
	justify-content: center;
	/* position: absolute; */
	bottom: 0;
	width: 100%;
	height: 30px;
	font-size: 0.8rem;
}

.main_color{
	background-color: #00307c !important;
	background-image: linear-gradient(180deg, #00307c  10%, #224abe 100%) !important;
}
