/* body{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Gilroy';
} */

section{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'calibri';
}

.container{
    border: none;
    width: 40vh;
    height: 70%;
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.75);
}

.img{
    overflow: hidden;
    padding: 8px;
}

img{
    width: 100%;
    background-color: aliceblue;
    border-radius: 5px;
}

h2{
    text-align: center;
    color: rgb(226, 26, 26);
    font-size: 220%;
}

button{
    height: 10%;
    margin: 8px;
    background-color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 120%;
    font-weight: 500;
    background-color: cornflowerblue;
    color: white;
    box-shadow: 2px 2px 8px 1px cornflowerblue;
}
