body {
    background-color: #f0f0f0;
    font-family: Courier, monospace;
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
    margin: 0;
}

.container {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    max-width: 600px;
    width: 100%;
}

button {
    font-size: inherit; /* or 16px, 18px, etc. */
    padding: 0.5rem 1rem; /* optional: adds spacing inside the button */
    font-family: inherit; /* makes it match your page's font */
}


input {
    font-size: inherit; /* or 16px, 18px, etc. */
    font-family: inherit; /* makes it match your page's font */
}