@import"https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap";

.message__popup_text {
    text-align: center;
}
.faq__body .spollers__title {
    margin-bottom: 0;
    padding: 15px 40px 15px 0px;
}
.alert-error {
    color: red;
}
.alert_success {
    color: green;
}
.project-card__content .project-card__dl {
    flex-wrap: wrap;
}
.button_register_MSI {
    font-weight: bold;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 10px;
}
.button_register_MSI_login {
    font-weight: bold;
    border: 1px solid white;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 35px;
}
.profile-form__input__need_money_label {
    margin-bottom: 10px;
}

* {
    font-family: Jost;
}