body {
    background-image: url(blur.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0%;
    margin: 0%;

    display: flex;
    justify-content: center;
    align-items: center;
    
}

h1 {
    text-align: center;
    font-family: "Engravers MT",serif;
}

a {
    color: bisque;
}

p,ul {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

ul {
    list-style: square inside;
    margin-left: 20px;
}



.header{
    min-height: 20vh;
    border-radius: 25px;
    background-color: #443225;
    opacity: 80%;
    backdrop-filter: blur(5px);
    align: center;
    overflow: hidden;
    color: antiquewhite;
    padding: 2em;
    /* width: 80%; */
    margin-bottom: 2em;


}

.column {
    width: 90%;
    max-width: 852px;
    box-sizing: border-box;

}

img {
    border-radius: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: max-content;
    height: auto;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    
    border: 3px solid antiquewhite
}

#sheet {
    min-height: 80vh;
    min-width: 90%;
    max-width: 100%;
    box-sizing: border-box;
    display: block;
    margin-left: auto;
    margin-right: auto;

}