.title {
    margin-top: 100px;
    text-align: center;
    color: #999999;
}

.block-text {
    text-align: center;
}

.contact {
    margin-left: 18%;
    margin-right: 18%;
    margin-top: 30px;
}

.alert-error{
    text-align: center;
    background-color:rgba(253, 11, 18, 0.4);
    border: 1px solid #fd0b12;
    margin-left: 18%;
    margin-right: 18%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.alert-success{
    text-align: center;
    background-color:rgba(76, 224, 218, 0.4);
    border: 1px solid #4ce0da;
    margin-left: 18%;
    margin-right: 18%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.alert-await{
    text-align: center;
    background-color:rgba(153, 153, 153, 0.5);
    border: 1px solid #999999;
    margin-left: 18%;
    margin-right: 18%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
}

.is-grouped-right {
    justify-content: flex-end;
}