
#start{
    position: relative;
    height: 750px;
}

html{
    background-image: url(57bb1705-3ac9-41e3-9e97-37d4ee5771ac.o.jpg);
}

a{
    text-decoration: none;
    color: white;
    font-family: 'Merriweather', serif;
    display: block;
    position: absolute;
    top: 50%;
    left: 35%;
    border: 10px #1455e249 solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 15px;
    text-align: center;
    font-size: 20px;
}

.navod a:nth-child(2){
    position: absolute;
    top: 50%;
    left: 48%;
}

.navod a:last-child{
    position: absolute;
    top: 50%;
    left: 61%;
}


h1{
    font-size: 100px;
    color: rgba(245, 245, 245, 0.548);
    margin-top: 30px;
    margin-left: 50px;
}
.navod{
    display: flex;
    flex-basis: 33%;
}

.kak a{
    border: none;
}
































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































































@media(max-width:998px){
    
    a {
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 25%;
        display: block;
    }

    .navod a:nth-child(2){
        position: absolute;
        top: 75%;
        left: 25%;
        display: block;
    }
    
    .navod a:last-child{
        position: absolute;
        top: 100%;
        left: 25%;
        display: block;
    }
    
    h1{
        margin-left: 20px;
    }

}