html {
    background: rgb(63, 82, 99);
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.main-text, a {
    color: white;
}

.main-text {
    overflow-y: scroll;
    background: rgb(48, 48, 48);
    border: 1px solid #ccc;
    max-height: 95%;
    width: 95%;
    padding: 10px 10px 10px;
    margin: auto;
    box-shadow: -4px 4px 2px 0 rgba(0,0,0,0.3);
    color: white;
}

.text-section {
    margin-top: 10px;
    padding: 0 0 0 10px;
}

h1 {
    /*font-size: 14px;*/
    text-decoration: underline;
}

h2 {
    font-size: 14px;
    text-decoration: underline;
}