body{
    background-color: #2b2c2d;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow: hidden;
}

.container {
    width: 50%;
    margin: 0 auto;
    padding: 40px 50px;
    background-color: #fff;
    color: #2b2c2d;
    border-radius: 10px;
}

button {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 1rem;
    cursor: pointer;
}

