.warning-wrapper {
    width: 800px;
    margin: 0 auto 2em;
    padding: 2em;
    border: 1px solid #ccc;
    border-radius: 2em;
    background-color: #ffdddd;
}

.warning-content h3 {
    font-size: 4em;
    text-align: center;
    margin-bottom: 20px;
}