body {
    background-color: #ffffff;
    /*text-align: center;*/
    color: #000000;
    font: 14px Arial, sans-serif;
    justify-content: center;
    align-items: center;
    display: flex;
}

#container {
    border: 3px solid #ff0000;
    border-radius: 20px;
    min-width: 500px;
    width: 70%;
    padding: 20px;
}

#container div {
    margin: 20px;
}

#enter {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

#error {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

#important {
    text-align: center;
    font-size: 18px;
}

#warning {
    align-items: center;
    text-align: center;

}

.stress {
    font-weight: bold;
    color: #ff0000;
}