.outerWarning
{
    background-color: rgba(0, 0, 0, 0.7);
}

.warningNoteContainer
{
    width: 30%;
    background-color: #000000;
    padding: 20px;
    border: #ffbf00 2px solid;
    border-radius: 10px;
    text-align: justify;
    color: #ffffff;
}

.warningTitle
{
    color: #ffbf00;
    text-align: center;
    font-size: x-large;
    margin: 10px 0;
}

.outerWarning p 
{
    margin-bottom: 20px;
}

.outerWarning .littleIconContainer img
{
    border-radius: 100%;
}

.outerWarning a
{
    display: block;
    background-color: #008000;
    border: 3px solid #90ee90;
    border-radius: 7px;
    padding: 10px 15px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    width: 50%;
    margin: auto;
}