

body {
    background-color: rgb(11, 11, 11);
    color: white;
}

.mainHeading {
    text-align: center;
    font-family: 'Archivo Black', sans-serif;
    font-size: 300%;
}

h2 {
    font-family: 'Archivo Black', sans-serif;
    font-size: 250%; 
}
.listItem, .listItem2 {
    text-decoration: none;
    color: orange;
    padding-left: 10px;
}

.listItem {
    font-size: 120%;
}

li {
    list-style-type: none;
    float: left;
}
ul li{
    margin-right: 5px;
    display: inline;
    color: #739072;
    font-weight: bold;
    
}

ul {
    margin: auto;
    width: 50%;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mainDiv {
    display: flex;
}

iframe {
    margin: auto;
    width: 50%;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.iframeHeading {
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border-bottom: 5px dotted;
}