
@font-face {
    font-family: 'minecraft';
    src: url('font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: "minecraft";
	color: white;
	background-color: #5a7180;
	background-size: cover;
	zoom: 63%;
	max-zoom: 50%;
}
a{
	text-decoration: none;
	color: white;
	font-size: 18px;
}
p {
	text-decoration: none;
	color: white;
	font-size: 26px;
}
h1{
	text-decoration: none;
	font-weight: normal;
	color: white;
	font-size: 48px;
	margin: 0;
	padding-top: 25px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.logo {
	padding-left: 15px;
}
.header{
	background-color: #61707f;
	height: 118px;
	color: white;
}
.containter{
	max-width: 1400px;
	max-height: 118px;
	margin: 0 auto;
	padding: 0 15px;
	padding-top: 10px;
}

.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.menu{
	display: flex;
}
.menu-item {
	padding-right: 45px;
}
.menu-link {
	font-size: 27px;
	background-color: #61707f;
	padding: 18px 45px;
	font-weight: 400;
}
.menu-link:hover {
	background-color: #3587a8;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-link:active {
	background-color: #266b87;
	padding: 18px 45px;
	border-radius: 45px;
	transition: .05s;
}
.menu-icon {
	margin-right: 5px;
}
.root {
	height: 2220px;	
  	bottom: 0;
  	width: 100%;
  	 z-index: -1;
	background: linear-gradient(90deg, rgba(83, 112, 125, 1),rgba(142, 170, 187, 1),rgba(82, 112, 125, 1));
	background-size: cover;
}
.root-containter {
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;
}

.footer {
	background-color: #5a7180;
	height: 123px;
}
.footer-containter {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	box-sizing: border-box;	
}
.copyright {
	padding-left: 31px;
	font-size: 24px;
}

.footer-links {
	display: flex;
	flex-direction: column;
	font-size: 18px;
	justify-content: space-evenly;
	padding-top: 25px;
}
.terms-of-use {
	padding-top: 25px;
}