body {
    padding: 7px;
	background-color: #2C3539;
}

#container {
	background-color: black;
	margin-left: auto;
	margin-right: auto;
}

p {
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Times, serif, 'Times New Roman';
}

a {
    font-weight: bold;
    color: rgb(4, 219, 215);
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    color: rgb(6, 231, 77, 0.7);
}

#banner {
    display: block;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
  
.sidenav a {
    padding: 15px 0px 15px 60px;
    text-decoration: none;
    font-size: 40px;
    color: white;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}
  
.sidenav a:hover {
    color: rgb(182, 45, 45);
}
  
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}

h1 {
    font-size: 35px;
    color: white;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
}

h2 {
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 70px;
    font-family: Times, sans-serif,'Times New Roman';
    text-decoration: underline;
    margin-bottom: 20px;
}

h3 {
    text-align: center;
    color: rgb(182, 45, 45);
    font-size: 40px;
    font-family: Times, sans-serif, 'Times New Roman';
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0;
}

h4 {
    color: rgb(182, 45, 45);
    font-family: Times;
    font-size: 25px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.iframe-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

.iframe-container iframe{
    position: absolute;
    top: 0;
    margin-left: 12.5%;
    margin-right: 12.5%;
    width: 75%;
    height: 75%;
    display: inline-block;
    margin-top: 30px;
}