@import url(https://fonts.bunny.net/css?family=amita:700);

body {
    background-image: url(../photos/Degustation/backgroundIMG.jpg);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

h1 {
    color: #fefae0;
    font-family: Amita;
    margin: 20px auto;
    width: 450px;
    font-size: 3rem;
    text-align: center;
    border-bottom: 10px double #bc6c25;
}

img {
    width: auto;
    height: 450px;
    margin: 20px;
    border: 12px solid #fefae0;
    filter: sepia(100%);
    transition-duration: 1s;
}

img:hover {
    border: 5px solid #fff;
    transform: scale(1.1);
    filter: none;
}

footer {
    background-color: #bc6c25;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    min-width: 100vw;
}
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}