body {
    margin: 0;
    background-color: darkgray;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 100lvh;
    overflow: hidden
}