#alert{
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 100%;
    transition: 2s;
    background-color: rgba(0, 0, 20, 0.5);
    justify-content: center;
    align-items: center;
    display: none;
}
.alert-class{
    width: 300px;
    height: 150px;
    background-color: rgba(255, 255, 255, 0.8);
    border: #005fa2 solid 2px ;
    border-radius: 10px;
    margin: auto;

}
.alert-class h3{
    margin-top: 1%;

}