#abstract_container {
        font-family: 'Open Sans';
}
.huge_bold_white {
        font-size:40px;
        line-height:40px;
        font-weight:800;
        font-family: 'Open Sans';
        color:rgb(255,255,255);
        text-decoration:none;
        background-color:transparent;
        border-width:0px;
        border-color:rgb(255,214,88);
        border-style:none
}
.large_bold_white {
        font-size:30px;
        line-height:30px;
        font-weight:700;
        font-family: 'Open Sans';
        color:rgb(255,255,255);
        text-decoration:none;
        background-color:transparent;
        border-width:0px;
        border-color:rgb(255,214,88);
        border-style:none
}
.bold_white {
        font-size:20px;
        line-height:20px;
        font-weight:700;
        font-family: 'Open Sans';
        color:rgb(255,255,255);
        text-decoration:none;
        background-color:transparent;
        border-width:0px;
        border-color:rgb(255,214,88);
        border-style:none
}
.head {
        background-image: url('/fine-europe2018/student.jpg');
        background-position: center top;
        background-size: 100% auto;
}
