@import url('https://fonts.googleapis.com/css2?family=Comfortaa&family=Source+Code+Pro&display=swap');

html {
    background-color:#1c1c1c;
}
h3 {
    color:white;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 20px;
}
h2 {
    color:white;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 40px;
}
h1 {
    color:white;
    font-family: 'Comfortaa', cursive;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    margin-top: 175px;
}
button
{
    border-color: white;
    background-color: black;
    color: white;
    border-width: 7px;
    border-radius: 20px;
    font-size: 40px;
}
#nav {
    background-color:#2c2c2c;
    font-size: 40px;
    font-family: 'Source Code Pro', monospace;
    text-align: center;
    }
a {
    color: white;
    text-decoration: none;
}
header {
    color: white;
}
