body{
    min-height: 100vh;
    background-color: rgb(241, 240, 210);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
h1{
    background-color: black;
    color: yellow;
}
div{
    font-family:'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: larger;
}