html {
    background: #0F0F1A;
}
h1 {
    font-family: 'GravitasOne';
    color: aqua;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 800px;
}