.link{
    text-decoration: none;
}

.container{
    max-width: 1440px;
    margin: 0 auto;
}

.rc-button{
    padding: 0.15em 20px;
    margin: 5px;
    border-radius: 0.4em;
    white-space: nowrap;
}

.alert{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.alert-success{
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
}

.alert-error{
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
}