body{
    text-align: center;
    background-color: black;
    font-family: 'Roboto', sans-serif;;
}

body h1 {
    color: white
}

body h2 {
    color: white
}

body p {
    color: white;
}

body a {
    color: white;
    text-decoration: none;
}
