body{
	font-family:  'Baloo 2';
}
.container{
	max-width: 3000px;
	width: 80vw;
	margin: 0 auto;
	padding-top: 20px;
}
.header{
	position: relative;
}
.header img{
	max-width: 100%;
}
.header .loading img{
	position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%, 0%);
    width: 10%;
}
.header span{
	position: absolute;
    left: 50%;
    top: 28%;
    transform: translate(-50%, 0%);
    color: #fff;
    font-size: 3em;
    text-shadow: 4px 3px 5px #000;
}
.logo{
	text-align: center;
	margin: 20px ;
}
.logo img{
	width: 15%;
	min-width: 120px;
}
h2{
	margin-bottom: 20px;
	text-align: center;
}
h3{
	font-weight: unset;
	text-align: center;
}
h3 span{
	font-size: .9em;
}
.list{
	margin-top: 20px;
}
.list p{
	color: #686868;
	font-size: .8em
}
.list li {
	list-style: initial;
	margin-bottom: 10px;
}
.content {
	max-width: 1398px;
	width: 65%;
	background: rgb(210 188 175 / 10%);
	border-radius: 10px;
    padding: 20px 40px;
    margin: 0 auto;
}
.footer{
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px;
}
.footer img{
	width: 50px;
}
.footer a{
	display: flex;
    align-items: center;
    color: #000;
    text-decoration: unset;
}
.footer a span{
	margin-top: -10px;
}
.footer div{
	font-size: .8em;
}