@import url('https://fonts.googleapis.com/css?family=Exo+2');
@import url('http://mapper720.ru/fonts/PonomarUnicode.ttf');

* {
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-image: url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    width: 100vw;
    height: 100vh;
}

#center {
    background-color: rgba(0,0,0, 0.6);
    position: absolute;
    width: 75%;
    left: 0; right: 0;
    bottom: 10%;
    margin: 0 auto;
    border-radius: 15px;
    padding: 2%;
    height: 8em;
}

#center #m720 {
   color: #ffba66;
   font-weight: 500;
   font-size: 400%;
   text-align: center;
   margin-bottom: 2%;
}

#glagneContent {
    position: relative;
}

#menuList {
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: absolute;
    left: 0;
    right: 0;
    width: 38vw;
    margin: 0 auto;
}

#menuList a {
    color: #ffba66;
    font-size: 150%;
    text-decoration: none;
}

#menuList a:hover {
    color: #ff890c;
    position: relative;
    left: 5%;
    bottom: 10%;
}
