*{
    font-family: Roboto;
    background-color: rgba(210, 214, 174);
    list-style: none;
}

div{
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}

div > h1{
    background-color: rgba(225, 200, 199);
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20vh;
}

img:hover{
    transform: rotateY(360deg);
    transition: 2s;
}

li.bookhere a{
    background-color: rgba(225, 200, 199);
    color: rgb(0, 0, 0);
    display: flex;
    font-weight: bold;
    border-style: solid;
    border-radius: 5px;
    border-color: rgba(225, 200, 199);
    font-size: 50px;
    list-style: none;
}