body {
    background-color: #373737;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
}
footer {
    font-size: 36px;
    font-weight: bold;
    margin-top: 20px;
    background-color: #494949;
    width: 100%;
}
ul {
    list-style-type: disc;
    margin-left: 2rem;
    text-align: left;
}

a {
    color: #fda800;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
section {
    background-color: #494949;
}
pa {
    color: #fda800;
}