body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
    background-color: #141414;
    color: white;
    margin: 2rem 10rem;
}

@media only screen and (max-width: 768px) {
    body {
      margin: 1rem 3rem;
    }
}