.alert {
    background-color: rgba(222, 184, 135, 0.787);
    color: #100a70;
    text-align: center;
    font-size: 30px;
    padding: 25px;
    margin-top: 75px;
    /* position: fixed; */
    position: absolute;
    top:0px;
    width: 100%;
    z-index: 100;
}
