body {
    background-color: #080708;
    margin: 0;
    width: 100%;
}

h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 50px;
    color: #FFFAFF;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

h2 {
    font-family: "Space Grotesk", sans-serif;
    font-size: 20px;
    color: #FFFAFF;
    margin-left: 40px;
}

.subtitle {
    text-align: center;
    font-size: 15px;
    margin-left: 0px;
    margin-top: 5px;
}

footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    bottom: 10px;
    color: #FFFAFF;
}


.noto-serif {
    font-family: "Noto Serif", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

iframe {
    width: 40%;
    height: 300px;
    display: block;
    margin-top: 7px;
}

.shelf {
    width: 100%;
    height: 50px;
}

.resources {
    float: right;
}

.shelfButton{
    background-color: #FFFAFF;
    color: #080708;
    padding: 16px;
    font-size: 16px;
    border: none;
    height: 50px;
    float: right;
}

/* Dropdown Button */
.dropbtn {
    background-color: #FFFAFF;
    color: #080708;
    padding: 16px;
    font-size: 16px;
    border: none;
    height: 50px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    /* display: inline-block; */
    float: right;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 50px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #585858;
}



/* Color palate 
080708
145C9E
17BEBB
D8D4D5
FFFAFF
*/