.alert-bad {
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 5px;
}

#form-message {
    background-color: #dc1c29;
    border-radius: 5px;
    border-width: medium;
    border-color: white;
    color: white;
    font-weight: bold;
    height: 25rem;
    width: 50rem;
    align-content: center;
    padding: 16px;
}

#form-message button {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 32px;
    width: 32px;
    color: white;
    border: none;
    cursor: pointer;
}

#form-message button:focus-visible {
    outline: none;
}

#form-message div {
    text-align: center;
}