#IMPACT {
font-family: Comic Sans MS, cursive, sans-serif;
font-size: 700%;
letter-spacing: 0px;
word-spacing: 0px;
color: #FF0000;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
}

body {
    background-color: black;
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

