.universal-warning-and-error {
    background-color: #FFF;
    display: flex;
    flex-wrap: wrap;
    height: 300px;
    position: relative;
    width: 100%;
}

.universal-warning-and-error i {
    color: #FF3232;
    font-size: 8em;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.universal-warning-and-error p {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.6);
    color: #333;
    display: flex;
    font-size: 2em;
    font-weight: lighter;
    justify-content: center;
    line-height: 1em;
    margin: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 2;
}
