body {
    background-color: black;
    display: grid;
    justify-content: center;
    align-content: center;
}

main {
    width: 400px;
    height: 700px;
    display: grid;
    align-content: center;
    & p {color: #00ff00; margin: 0px 0px 5px 0px; font-family:}
    & a {color: #00ff00;}
}