/* Any !important is an override - as its meant to be ;) */
.popUp {
    transition: 333ms;
    background-color: #111111;
    border: 2px solid #cccccc;
    box-shadow: 18px 18px 13px 0px black;
    cursor: all-scroll;
    font-size: 16px;
    line-height: 160%;
    position: absolute;
    scale: 0;
}

.popUpBody {
    padding: 10px;
    font-size: 14px;
}

.popUpHeaderContainer {
    background-color: #390000;
    color: white;
    display: flex;
    font-weight: bold;
    justify-content: space-between;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding: 10px;
}