html {
    font-size: 16px;
    line-height: 1.6;
    background-color: #202030;
    color: #c0c0c0;
    font-family: Arial, sans-serif;
    max-width: 50em;
    /* text-indent: 3em; */
}

.title{
    text-align: center;
}

.subtitle{
    text-align: right;
}
