body {
    background-color: #0a0a0a;
    margin: 0px;
}

.bnrtitle {
    font-family:
        "Instrument Serif", Cambria, Cochin, Georgia, Times,
        "Times New Roman", serif;
    color: #ffffff;
    font-style: normal;
    font-size: 70px;
}

.bnrdesc {
    font-family:
        "Instrument Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
    color: #f0f0f0;
    font-size: 20px;
    margin: 0px;
}

h1 {
    font-family:
        "Instrument Serif", Cambria, Cochin, Georgia, Times,
        "Times New Roman", serif;
    color: #cf9033;
    margin: 0px;
    font-style: normal;
}

h2 {
    font-family:
        "Instrument Serif", Cambria, Cochin, Georgia, Times,
        "Times New Roman", serif;
    color: #cf9033;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-style: italic;
}

p {
    font-family:
        "Instrument Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
    color: #f0f0f0;
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-right: 0px;
    margin-left: 0px;
}

.sandwich {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 10px;
    background-color: #121212;
    padding: 10px;
    border-radius: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
}

.content {
    margin: 10px;
}

.banner {
    position: relative;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bnrimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}

.bnrlogo {
    width: 300px;
    height: 230px;
    object-fit: cover;
}

.bnrcontent,
.bnrimg {
    position: absolute;
}

.bnrimg {
    z-index: 1;
}

.bnrcontent {
    z-index: 10;
}

.sandwichimg {
    width: 100%;
    height: auto;
    opacity: 0.6;
    object-fit: cover;
    border-radius: 5px;
}

ul {
    list-style-type: "\2726";
    color: white;
}

ol {
    font-feature-settings: "tnum";
    color: white;
    font-family:
        "Instrument Sans",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Oxygen,
        Ubuntu,
        Cantarell,
        "Open Sans",
        "Helvetica Neue",
        sans-serif;
}

d1 {
    margin: 0px;
    padding: 0px;

}
