.success-message{
    position: fixed;
    top: 3%;
    width: 90%;
    left: 5%;
    z-index: 99999;
}
.success-message p{
    width: 100%;
    background: rgba(11, 152, 51, 0.927);
    border-radius: 12px;
    text-align: center;
    color: whitesmoke;
    font-weight: bold;
    padding: 14px;
}
