body {
    background-color: black;
    font-family: 'mikeyFont', sans-serif;
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh;
   }

h1, h2 {
    color: #3FFF51;
    font-size: 4rem;
    font-family: "cooper-black-std", serif;
    font-weight: 400;
    font-style: normal;
}