html,body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    color: #6c6c6d
}

.h1-invisible {
    position: absolute;
    text-indent: -100vw;
}

p {
    font-size: 1.25rem;
}