body {
    padding: 1px;
	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);
}

#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-family: 'Times New Roman', Times, serif;
    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: Times, 'Libre Baskerville', serif;
    margin-top: 0;
    padding-top: 20px;

}

h2 {
    text-align: center;
    font-size: 40px;
    font-family: Times, 'Times New Roman', serif;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    font-size: 25px;
}
  
td, th {
    border: 4px solid rgb(120, 3, 3);
    text-align: left;
    padding: 10px;
    color: white
}
  
tr:nth-child(even) {
    background-color: rgb(34, 34, 34);
}