body {
    background-color: #131313;
    color: #D3D3D3;
    font-family: "Libre Baskerville", serif;
    line-height: 1.6;
}

h1,
h2 {
    color: #D3D3D3;
}

main {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    font-family: "Libre Baskerville", serif;
}

h1 {
    text-align: center;
    border-bottom: 1px solid #D3D3D3;
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 10px;
    padding: 20px 0 30px 0;
}

section {
    margin-bottom: 30px;
    padding: 15px;
}

ul {
    list-style-type: disc;
    padding-left: 20px;
}

footer {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
}

@media screen and (max-width: 480px) {
    h1 {
        font-size: 25px;
    }
}