body {
    font-family: 'Creepster', cursive;
    background-color: black;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    color: red;
    font-size: 48px;
    text-align: center;
}