body {
    background: #e6e6e6;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}
main {
    padding: 1rem;
}
h1 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 1rem;
}
p {
    margin-bottom: .75rem;
}