.alerts {
    position: fixed;
    z-index: 99999;
    /* border: 1pt solid red; */
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 70px;
    background-color: rgba(0,0,0,.7);
}

.alert-int {
    background-color: #ba19a7;
    position: fixed;
    border-radius: 20px;
    border: 1pt solid #fff;
    padding: 25px 35px 20px 35px;
    /* padding-bottom: 10px; */
    box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}

.alert-int h2 {
    font-size: 110%;
    color: white;
}

.alert-int h3 {
    font-size: 100%;
    color: white;
}
