@font-face {
	font-family: "TupoVyaz";
	src: url("fonts/TupoVyaz.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}


* {
    margin: 0;
    padding: 0.2em 0;
	color: white;
	font-family: "TypoVyaz", Helvetica, Arial, sans-serif;
}

body {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('background.jpg');
	background-repeat: repeat-y;
	background-size: contain;
}

section {
	width: 95%;
	margin: 0 auto;
}

footer {
	float: right;
	text-align: right;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
	padding: 0 10px;
}

h1 {
	font-size: 3em;
	text-align: center;
	padding: 10px;
	letter-spacing: 8px; 
}

h2 {
	font-size: 2.5em;
}

h3 {
	font-size: 1.5em;
	padding: 0;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

button {
	padding: 0;
	margin: 0.2em 0;
	width: 30vw;
	height: 6vh;
	font-size: 1.2em;
	background-color: rgba(128, 128, 255, 0.2);
}

button:hover {
	background-color: rgba(64, 64, 128, 0.2);
}

table {
	width: 100%;
}

td{
	width: 50%;
}

td:nth-child(2) {
    text-align: right;
	font-size: 1.8em;
}

table tr:nth-child(2n) { 
	background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

footer {
	padding-top: 10px;
}

#menu {
	padding: 0;
	text-align: center;
	font-weight: 700;
}

#address {
	font-size: 1.5em;
}

.button-goto-menu {
	position: fixed;
    right: 5px;
    top: 10px; 
}

.button-goto-address {
	position: fixed;
    right: 5px;
    top: 80px; 
}

.messanger-img {
	width: 2em;
	height: 2em;
}