body {
    background-color: #f8f9fa;
}

.navbar {
    border-bottom: 1px solid #eaeaea;
}

.container {
    max-width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

h3 {
    font-size: 1.4rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #343a40;
}

p, ul {
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    line-height: 2;
}

ul {
    padding-left: 1.25rem;
}

html {
    overflow-y: scroll;
}

.section {
    margin-bottom: 5rem;
}

a:hover {
    text-decoration: underline;
}
