/* ***********************************************************************
 *
 *  File:   custom.css
 *
 *  Brief:
 *
 *  Author: Jomar Hønsi
 *
 * ************************************************************************/

div.main {
    background-color: #c5b3a3;
    font-size: 18px;

    & h2 {
        font-size: 20px;
        margin-top: 40px;
    }
}
