body {
    font-family: Arial, sans-serif;
    background-color: #e0f7fa;
    color: #0c0c0c;
    margin: 0;
    padding: 0;
}

header {
    background-color: #0d0e0d;
    color: white;
    padding: 5px 0;
    text-align: left;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 10px;
    overflow: hidden;
}

nav ul li a {
    color: rgb(251, 251, 253);
    text-decoration: none;
    overflow: hidden;
}

h1 {
    color: #fdfafa;
    text-align: center;
}

h2 {
    color: #0e0d0d;
    text-align: center;
}

h3{
    color: #e0f7fa;
    text-align: center;
}


section{
    text-align: center;
    padding: 10px;

}

img{
    text-align: center;

}

footer {
    background-color: #070707;
    color: white;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    position: relative;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 50%;
    margin: 50px auto;
    border: 0px solid #000;
    text-align: left;
    
}

 th, td, tr {
    background-color: #f2f1f3;
    border: 1px solid #0a0a0a;
    padding: 10px;
    text-align: center;
}

h4{
    text-align: right;
}


p{
    text-align: left;

}

th {
    background-color: #f2f1f3;
    color: rgb(7, 7, 7);
}