body{
    height: 85vh;
    width: 95;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: black;
}

h1{
    color: green;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Courier New', Courier, monospace;
}