* {
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: "Intro";  
	src: url("../font/Intro.otf");
}

@font-face {
	font-family: "GARA";  
	src: url("../font/GARA.TTF");
}

@font-face {
	font-family: "FiraSans-SemiBold";  
	src: url("../font/FiraSans-SemiBold.otf");
}

a {
	color: black;
}

a:hover {
	color: red;
}

body {
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.container {
	display: block;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: GARA;
	max-width: 100vh;
	margin: 5px auto;
	position: relative;
}

.logo img {
	width: 150px;
	height: 150px;
}

.logoss {
	margin-bottom: 20px;
}

.text {
	
}

.kzru {
	position: absolute;
	margin: 10px;
	font-size: 16px;
	padding: 5px 10px;
	background: #fff;
	border-radius: 20px;
	max-width: 10vh;
	right: 0;
	font-family: FiraSans-SemiBold;
	color: #000000;
}

.kzru a {
	color: blue;
}

.menu a {
	text-decoration: none;
}

.menu {
	font-family: FiraSans-SemiBold;
	font-size: 20px;
	margin: 0 auto;
	display: block;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
	text-align: left;
	color: black;
}

.menu h1 {
	font-size: 20px;
	padding-left: 5px;
}

.menuu {
	margin-bottom: 20px;
	padding: 20px 5px;
}

.menuuu {
	padding: 10px 5px;
	border-bottom: none;
}

.logo-menu img {
	float: right;
	width: 20px;
	text-align: center;
}

.button {
	display: flex;
	justify-content: space-between;
}

.logo-menu img {
	float: right;
	width: 20px;
	text-align: center;
}

.border {
	border-bottom: solid 1px #e6be42;
}