h1 {
    color: #353535;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.8rem;
    color: #353535;
}

ul {
    list-style-type: none; /* Remove bullets */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margins */
    margin-bottom: 2rem;
}

li {
    margin-bottom: 0.7rem;
    font-size: 1.1rem;
}

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

footer {
    margin-top: 3rem;
}