html {
    height: 100%;
}

body {
    min-height: 100%;
    background: rgb(43, 41, 79);
    background: linear-gradient(152deg, rgba(43, 41, 79, 1) 0%, rgba(41, 41, 119, 1) 37%, rgba(0, 87, 105, 1) 100%);
}

h1,
p {
    font-family: Impact, sans-serif;
    color: #eeeeee;
}

.center-screen {
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em;
    margin-left: -15em;
    position: fixed;
    justify-content: center;
    align-items: center;
    text-align: center;
}