* {
    margin: 0;
    padding: 0;
    list-style: none;
}



body {
    height: 100%;
    position: relative;
    background: url(../img/back.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*background-size: cover;*/
}

a {
    text-decoration: none;
    display: block;
    width: 100%;
    min-height: 100vh;
}