body {
    margin: 0 auto;
    background-color: #232323;
    height: 100%;
    font-family: monospace;
    font-size: 16px;
}

/*Header Section*/
nav {
    background-color: #000;
    text-align: center;
    height: 80px;
    align-content: center;
    position: fixed;
    width: 100%;
    top: 0px;
}

nav ul li {
    display: inline-block;
    margin: 0px 20px;
}

nav ul li a{
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
}

nav ul li a:hover{
    color: #B4121B;
}

nav ul li a:active{
    font-weight: bold;
}

header h1{
    color: #FFFFFF;
    text-align: center;
    height: 100px;
    margin-top: 120px;
}

h2 {
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
}

p {
    text-align: center;
    color: #FFFFFF;
}
/*Table Section*/
table {
    width: 80%;
    margin: 0px auto 100px auto;
}

/* table,th,td {
    border: 1px solid black;
    
} */

.heading {
    background-color: black;
    color: #B4121B;
    font-size: 18px;
}

.heading th{
    padding: 20px;
}

.body-row {
    background-color: white;
}

.description {
    padding: 10px;
    text-align: justify;
}

.image {
    padding: 10px;
}

/*Table 2*/

.example{
    padding: 10px;
    text-align: center;
}

.ranking{
    text-align: center;
}

footer{
    background-color: #B4121B;
    height: 60px;
    align-content: center;
}