body {
    /* Basics */
    background-color: #f0ece2;

    /* Text */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-family: "Libre Baskerville", serif;
    color: #36454F;

    /* Links */
    a:link, a:visited {
        color: #878787;
        text-decoration: none;
    }

    a:hover, a:active {
        color: #f8b500;
        text-decoration: underline;
    }
}

.main_container {
    /*background-color: #dad0bd;*/

    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 300px;
    height: 240px;
    padding: 50px;
}

.hi_block {
    margin-bottom: 20px;
    font-size: 1.5em;
}

.links_block {
    ul {
        list-style: none;
        padding-left: 0px;
    }

    li {
        margin-bottom: 5px;
    }

    li:before {
        color: #878787;
        content: "→";
        margin-right: 10px;
    }
}
