.bp-notification{
    position: fixed;
    transition: all 0.4s ease-out;
    top: -15%;
    width: 100%;
}

.bp-notification-content{
    background-color: #00000080;
    color:white;
    width: min-content;
    margin: auto;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    white-space: nowrap;
}