body {
    margin: 0px;
    background-color: rgb(41, 41, 41);
    transition: ease-in-out 600ms;
}

header {
    background-color: #161414;
    color: white;
    height: fit-content;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal; 
    width: 100%;
}

.header img {
    padding: 10px;
    height: 6.5vh;
    vertical-align: middle;
    background-position-y: 50%;
    padding-left: 20px;
    padding-top: 20px;
}

.Nav1 {
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #2e3192;
    padding: 10px;
    height: 60px;
    padding-top: 20px;
}

.spacer-vert {
    width: 50px;
    height: 1px;
}

.spacer-hori {
    width: 1px;
    height: 50px;
}

/* Main Content */

.main {
    color: antiquewhite;
}

.block {
    justify-content: center;
    border-radius: 20px;
    margin: 3.1vh;
    background-color: rgb(53, 53, 53);
    width: 95%;
    min-height: 50vh;
    padding: 10px;
    display: block;
    float:inline-start;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    margin: 5vh;
    height: fit-content;
}

.blocks {
    width: 100%;
    display: flex;
    justify-content: center;
}


.block img {
    border-radius: 10px;
    height: 38vh;
    margin: 1vh;
}

.block h1 {
    font-size: 7vh;
    font-weight: 800;
    color: orangered;
}

.block h2 {
    font-size: 4vh;
    font-weight: 300;
    color: whitesmoke
}

.q {
    text-decoration: none;
    color: ghostwhite;
}

.a {
    
    transition: ease-in-out 0.5ms;
    display: none;
    margin: 1vh;
}

ul {
    padding-left: 5vh;
    padding-right: 5vh; 
}