*{
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
}

p {
    font-size: 2rem;
    font-family: sans-serif;
    margin: 2vw;
    color: black;
}

a {
    text-decoration: underline;
}