#success-snack {
    display: none;
    background-color: rgba(82, 168, 82, 0.584);
    width: 9vw;
    height: 2vh;
    position: fixed;
    top: 2vh;
    left: 1vw;
    padding: 2vh 3vw;
    border-radius: 10px;
}