.alert {
    background-color: rgba(8, 122, 103, 0.787);
    /* background-color: transparent; */
    color: #d6d5e7;
    text-align: center;
    font-size: 30px;
    padding: 15px;
    margin-top: 75px;
    /* position: fixed; */
    position: absolute;
    top:0px;
    width: 100%;
    z-index: 100;
}
