body {
    background-image: url("Picnicpattern.png");
    background-repeat: repeat;
    background-size: 750px;
}

.toptapeleft::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    background-size: contain;
    top: 1px;
    left: 15%;
}

.toptaperight::before {
    background-image: url("Decor/Moth sticker.png");
    background-repeat: no-repeat;
    display: block;
    content: " ";
    position: absolute;
    height: 70px;
    width: 100px;
    transform: scaleX(-1);
    background-size: contain;
    top: 1px;
    left: 78%;
}

header {
    background-image: url("Banner art.png");
    height: 100px;
    margin-inline: 210px;
    text-align: center;
    outline-style: solid;
    outline-color: #4f161b;
}

h1 {
    text-shadow: 6px 6px 6px #000000;
    padding-top: 18px;
    font-size: xxx-large;
    word-spacing: 20px;
    letter-spacing: 20px;
    color: #d5cece;
    text-align: center;
    font-family: "UnifrakturCook", cursive;
    font-weight: 700;
    font-style: normal;
}

.navbar ul {
    position: relative;
    outline: solid;
    outline-color: #4f161b;
    list-style: none;
    background-color: #320a0e;
    overflow: hidden;
    text-align: center;
    height: 40px;
    margin-inline: 210px;
}

.navbar a {
    color: #d5cece;
    font-family: "Pirata One", system-ui;
    font-weight: 500;
    font-style: normal;
    text-align-last: center;
    padding: 5px 110px;
    text-align: center;
    display: block;
    font-size: x-large;
}

.navbar a:hover {
    background-color: #4f161b;
}

.navbar li {
    display: inline-block;
}

.polaroid-gallery {
    margin-inline: 210px;
    text-align: center;
}

.polaroid-card {
    display: inline-block;
    padding: 10px;
    padding-bottom: 30px;
    background-color: floralwhite;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.polaroid-card img {
    max-height: 300px;
    max-width: 400px;
    object-fit: cover;
}

footer {
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    height: 20px;
    margin-inline: 210px;
    text-align: center;
}

footer p {
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
}