.mainHeaderText{
    /*text-align:center;*/
    margin-left: 20%;
    font-size: 40px;
}
.mainHeaderBlock{
    margin-top: 200px;
}
.interviewContent{
    margin-left: 10%;
}
.text-begin-self{
    margin-top: 20px;
    color: #FFDE59;
    font-size: 30px !important;
    font-weight: 600;
    text-shadow: 0 0 black;
}
.show-more{
    cursor: pointer;
    color: #0B8C92;
    font-style: normal;
}
.show-more:hover{
    text-decoration: underline;
}
.show-less{
    cursor: pointer;
    color: #0B8C92;
    font-style: normal;
}
.show-less:hover{
    text-decoration: underline;
}

.text-item-block{
    font-size: 22px;
    line-height: 2;
}
.input-text-item{
    height: 28px;
    width: 200px;
}
.block-left {
    float: left;
    display: block;
    width: 50%;
}

.block-right {
    float: left;
    display: block;
    width: 50%;
    margin-top: 200px;
}
.submit-btn{
    cursor: pointer;
}
.submit-image{
    width: 350px;
}
.bottom-block{

}
.check-email-text{
    width: 350px;
    font-size: 25px;
    margin-bottom: 10px;
}
.error-message{
    color: red;
}
