body {
    color: ghostwhite;
    font-family:'Courier New', Courier, monospace;
    background-color: darkgreen;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
