body {
    font-family: 'Times New Roman', Times, serif;
    padding: 20px;
    color: #333;
}

h1 {
    margin-bottom: 0;
}

h2 {
    margin-top: 5px;
    color: rgb(105, 105, 219);
    font-weight: 300;
}

#homework-hub h3 {
    margin-top: 0;
    color: black;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    font-size: 0.7rem;
    color: black;
    width: 100%;
}
