body {
    font-family:'Courier New', Courier, monospace;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    background-color: #DDE6ED;
}

h1{
    color: #374259;
    font-family: 'Press Start 2P', cursive;
}

#board {
    background-color: #9DB2BF;
    border-bottom: 1px solid black;
    height: 400px;
    width: 1000px;
}