h1 {
    color: greenyellow;
    
}
p {
   color: white;
}
body {
    background-color: black;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    margin: 0;
}

html {
    font-family: "Lexend", sans-serif;
}