body {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    background: #ddddc8;
    color: #323232;
}

div.main {
    position: relative;
    max-width: 40rem;
    margin: 0 auto;
}
h1 {
    font-size: 1.75rem;
    font-weight: 700;
    padding: 1rem 0 2rem;
}
p {
    font-size: 1.15rem;
    line-height: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
a {
    font-weight: 700; 
    font-size: 1.25rem;
    color: #1164eb;
    transition: color 0.4s ease;
}
a:hover {
    color: #eb731c;
}
.wbm {
    padding-bottom: 1.75rem;
}