body {
    font-size: 100%;
    line-height: 1.5;
    background-color: rgb(230, 234, 247);
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Unna', serif;
}

.banner {
    box-shadow: 2px 0px 10px rgb(15, 15, 53);
}

.banner.food {
    background-image: url(../img/princeofwalesrestaurant.webp);
}

.banner.winter {
    background-image: url(../img/prince-of-wales-winter.webp);
    background-position: center;
}

.banner-background {
    background-image: url(../img/crypt-lake.webp);
    height: 100vh;
    background-size: cover;
}

.banner-background.winter {
    height: 50vh;
}

.banner section{
    display: flex;
    flex-direction: column;
    text-align: center;
}

.banner .background-color {
    margin: 21% auto 0 auto;
    background-color: rgba(68, 122, 169, 0.705);
    padding: 1.5rem;
    box-shadow: 0px 0px 15px rgba(68, 122, 169, 0.705);
    color: white;
}

.winter .background-color {
    margin: 50px;
}

.banner h2 {
    color: white;
    font-size: 4rem;
    margin-bottom: 4rem;
}

.banner p {
    font-size: 1.4rem;
    margin-bottom: 6rem;
}

.content-page {
    padding: 4rem;
}

main img {
    box-shadow: 0px 0px 10px rgba(37, 33, 97, 0.512);
}

.card img {
    box-shadow: none;
}

.banner-ad {
    margin-bottom: 3rem;
}

.square-ad {
    text-align: center;
    margin-top: 3rem;
}