*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", serif;
	font-weight: 400;
	font-style: normal;
}


header{
	width: 100%;
	height: 50px;
	background-color: #4E3F63;
	text-align: center;
	justify-content: center;
	display: flex;
	color: white;
	padding: 10px;
}
header img{
	width: 50px;
	height: 50px;

}
header h1{
	margin-left: 20px;
	margin: 8px;
}

.Head_top{
	width: 100%;
	height: 93vh;
	justify-content: center;
	margin: auto;
	text-align: center;
	padding-top: 90px;
}
.Head_top img{
	width: 220px;
	height: auto;
	padding: 20px;
}
.Head_top p{
	font-size: 23px;
}
.Head_top b{
	color:#4E3F63;
	font-size: 45px;
}

footer{
	width: 100%;
	height: 50px;
	background-color: #4E3F63;
	color: white;
	text-align: center;
	bottom: 0;
	position: absolute;
}
footer p{
	font-size: 23px;
	padding: 10px;
}