*::selection{
    background-color: #a59079;
}
.eskuvobackground{
    height: 500px;
    background-image: url('../pic/Etterem-dekor.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.eskuvobackground>h1{
    font-size: 58px;
    color: white;
    text-shadow: 3px 3px 6px black;
}
.kepmenu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.kepmenu>a{
    transition: 0.1s ease-in-out;
}
.kepmenu>a>img{
    max-width: 300px;
    margin: 7px;
    transition: 0.1s ease-in-out;
}
.kepmenu>a>img:hover{
    transform: scale(1.05);
}

