body {
    background-color: #1D293D;
}

.content {
    background-color: #314158;
    padding: 20px;
    margin: 40px;
    border-radius: 10px;
    color: White;
    font-family: sans-serif;
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 40pt;
    text-align: center;
}

h2 {
    text-align: center;
}