body, h1 {
    padding-top:18px;
    background-color:#FF6347;
    font-size: 16pt;
    line-height: 16pt;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 500;
}
p, h1 {
    padding-left:26px;
    color: white;
}
a {
    color: white;
}
.thickness {
    text-decoration: none;
    border-bottom: 2.5px solid white;
    margin-bottom: -1px;
}
.container {
    max-width: 300px;
}
@media only screen and (min-width: 600px) {
    body, h1 {
        padding-top:40px;
        line-height: 24pt;
        font-size: 24pt;
    }
    p, h1 {
        padding-left:80px;
    }
    .container {
        max-width: 450px;
    }
}
@media only screen and (min-width: 1200px) {
    p, h1 {
        padding-left:140px;
    }
    .container {
        max-width: 590px;
    }
}