a:hover, button:hover {
    cursor: pointer;
}

.success {
    background: #5BAE50;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error{
    background: #9D2235;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
