* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: #161d31;
}

.game {
    display: flex;
    padding: 5rem;
    justify-content: center;
}

button {
    padding: 5rem;
    font-size: 3rem;
    color: white;
    background-color: #003153;
    border-radius: 15px;
    border: none;
    cursor: pointer;
}

h1 {
    display: none;
    font-size: 5rem;
    color: white;
}