body {
    height: 100vh;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}

h1, h2, h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6D6D6D;
}

a {
    color: inherit;
}
