body {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

a {
    color: white;
    font-size: 1.5rem;
}

p {
    margin: 0;
    padding: 0;
}