@charset "utf-8";
@import url("mattestyle.css");
.learn_big_text {
    font-family: montserrat;
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    float: left;
    height: auto;
    width: 1920px;
    color: #01A8DB;
    text-align: center;
    margin-top: 200px;
}
.learn_smll_text {
    font-family: montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    color: #001D39;
    float: left;
    height: auto;
    width: 1920px;
    text-align: center;
}
.youtube_vid {
    float: left;
    height: 562.5px;
    width: 1000px;
    margin-left: 460px;
    margin-top: 50px;
}

.profilebox .youtube_vid iframe {
    height: 562.5px;
    width: 1000px;
    margin-left: 0px;
}
.ispiration_text {
    font-family: montserrat;
    font-size: 25px;
    font-weight: 300;
    color: #001D39;
    float: left;
    height: auto;
    width: 1200px;
    text-align: center;
    margin-left: 360px;
    margin-top: 50px;
}
.background {
    background-color: #35C9F7;
    height: 2500;
    width: 100%;
    background-size: 100% 2520px;
    background-repeat: no-repeat;
    background-image: url(img_folder/bg_img.jpg);
}

.profilebox .ispiration_text p {
}


.wrapper {
    width: 1920px;
    height: auto;
}
.background {
    width: 100%;
    height: 2520px;
}
