body {
    margin: 0;
    padding: 0;
    background-image: url("Floral.png");
    background-repeat: repeat;
    background-size: 600px;
    background-color: #3d3d3d;
}

main {
    margin-inline: 210px;
    min-height: 650px;
    align-items: center;
    position: relative;
}

.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;
}

section img {
    max-height: 550px;

}

main {
    text-align: center;
    background-color: #320a0e;
    outline: solid;
    outline-color: #4f161b;
    color: #d5cece;
    font-family: "Balthazar", serif;
    font-size: large;
    font-weight: 400;
    font-style: normal;
    padding-top: 1px;
}

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;
}