body {
    background-color: #fff;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    padding-top: 40px;
}

#game-wrapper {
    max-width: 500px;
}

p {
    color: #000;
    line-height: 2rem;
    font-size: 20px;
}

#container {
    font-family: 'Courier New', Courier, monospace;
    line-height: 25px;
    margin-bottom: 10px;
}

h1 {
    font-size: 40px;
    font-weight: bold;
    line-height: 3rem;
}

h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2rem;
}