body {
    /*background: #111;*/
    background: #111;
    height: 100%;
    min-height: 1080px;
    width: 100%;
    margin: 0px;
    font-family: arial, sans-serif, serif, monospace;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

p {
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: white;
}

@media screen and (max-height:500px) {}