*{
    margin: 0;
    padding: 0;
}
body{
    height: max-content;
    background-color: aqua;
}
div{
    height: 100vh;
    background-color: rgb(16, 16, 16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h1{
    color: azure;
}
h2{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    height: fit-content;
    color: whitesmoke;
}