* {
    font-size: 36px;
    font-family: Poppins, sans-serif;
    justify-content: left;
    text-align: left;
    color: white;
    top: 0px;
}

html {
    background-color: black;
}
h1 {
    color: white;
}
h2 {
    color:lightblue;
}
