body {
    background-color: black;
}

h1 {
    text-align: center;
    color: yellow;
}

div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

 
