body, * {
    font-family: 'Jost' !important;
}

.info-text {
    font-family: 'Montserrat';
    margin: 30px;
    font-size: 15px;
    margin-top: -20px;
    color: #282828;
}

.main-button {
    margin: 0;
    margin-bottom: 0;
    border: none;
    padding: 20px 15px;
    background-color: #c11818;
    color: #fff;
    font-size: 18px;
    width: 90%;
    border-radius: 5px;
    font-family: 'Montserrat';
}

.portal-text {
    font-family: 'Montserrat';
    font-size: 17px;
    margin-top: 0;
    font-weight: 700;
    color: #282828;
}

.secondary-button {
    margin: 0;
    margin-bottom: 0;
    border: none;
    padding: 20px 15px;
    background-color: #434343;
    color: #fff;
    font-size: 18px;
    width: 90%;
    border-radius: 5px;
    font-family: 'Montserrat';
    margin-top: 10px;
}
.landing{
    width:80%;
    margin-top:150px;
    margin-bottom:20px;
}