body{
    height: 100vh;
    background-size: 100% 100%;
    background-image: url(https://st2.depositphotos.com/5477854/10528/v/450/depositphotos_105283168-stock-illustration-vertical-cafe-menu-classic-blackboard.jpg);
}
@font-face {
    font-family: werty;
    src: url(./fonts/bacute.regular.ttf);
}


.container{
    width: 1200px;
    height: 490px;
    position: relative;
    left: 85px;
    top: 20px;
    gap: 100px;
    display: flex;
    justify-content: space-around;
}
header{
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: werty;
    margin-top: 50px;
    transition: 0.3s;
}
header:hover{
    color: #000;
}

.blok1{
    margin-top: 100px;
    width: 290px;
    height: 240px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSGOr5ZE2g31QusxrTT0YndtHG6EfOI5rnRTg&s);
    background-size: 100% 100%;
    transition-duration: 0.5s;
}

.blok2{
    margin-top: 100px;
    width: 290px;
    height: 240px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-image: url(https://leagueofcoffee.ru//img/recept-amerikano.jpg);
    background-size: 100% 100%;
    transition-duration: 0.5s;
}

.blok3{
    margin-top: 100px;
    margin-right: 40px;
    width: 290px;
    height: 240px;
    border: 1px solid #fff;
    border-radius: 20px;
    background-image: url(https://leagueofcoffee.ru/assets/cache_image/img/recept-kapuchino_800x450_ccf.jpg);
    background-size: 100% 100%;
    transition-duration: 0.5s;
}
@font-face {
    font-family: new;
    src: url(./fonts/cafe24-classictype.regular\ \(1\).ttf);
}
h1{
    position: relative;
    left: 390px;
    bottom: 200px;
    top: -40px;
    font-size: 37px;
    font-family: new;
    color: #fff;
    transition: 0.3s;
}

h1:hover{
    color: #000;
}

.blok1:hover{
    transform: translateY(-25px);
}
.blok2:hover{
    transform: translateY(-25px);
}
.blok3:hover{
    transform: translateY(-25px);
}
a{
    width: 100%;
    height: 35px;
    border: 1px solid #000;
    color: white;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: darkslategray;
    margin-bottom: 40px;
}
