.notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: ghostwhite;
    color: black;
    padding: 15px 20px;
    border-radius: 5px;
    z-index: 1000;
    min-width: 250px;
    min-height: 50px;
    font-family: cursive;
    font-size:17px;
}
    .notification label {
        font-size: 16px;
        color: black;
        font-family: 'Times New Roman';
    }