* {
    margin: 0;
    padding: 0;
}

html {
    background-color: gray;
}


h1 {
    font-family: helvetica;
    font-size: 100px;
    color: black;
}

h2 {
    font-family: helvetica;
    font-size: 50px;
    color: black;
}

h3 {
    font-family: helvetica;
    font-size: 30px;
    color: black;
}

nav {
    font-family: helvetica;
    font-size: 30px;
}