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;
}

#container {
    min-height: 100vh;
    margin-bottom: 30px;
}

.main-content {
    display: grid;
    justify-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 30px;
}
