#content{
    min-height: 0;
    padding: 10px 15px 0;
    margin: 0;
}
h1{
    text-align: center;
    font-size: 2.5rem;
}
#main-content{
    color: #fff;
    padding: 0 20px 20px;
    box-sizing: border-box;
}
section{
    margin-bottom: 80px;
}

.underline{
    text-decoration: underline;
}
.font-bold{
    font-weight: bolder;
}
@media (max-width: 768px) {
    h1{
        font-size: 22px;
    }
}
