@import url(player.css);
@import url(headerandfooter.css);
@import url(default.css);

/*boxes*/
.textbox { 
    width: 1238px;
    border: 5px solid red; 
    background-color: black; 
    margin-left: auto; 
    margin-right: auto;
    margin-top: 130px; 
    margin-bottom: 160px; 
    padding: 25px; 
    display: block;
} 
.section-box { 
    width: 1000px; 
    height: 100%; 
    border: 5px solid red; 
    margin: 60px auto; 
    font-size: 18px; 
    padding: 15px 50px 50px 50px; 
    background: black; 
    text-align: center; 
    display: block; 
    box-sizing: border-box;
}
.media{
    margin-bottom: 60px;
}
/*texts*/ 
.introductory-text { 
    font-size: 20px; 
    text-align: center; 
    max-width: 850px; 
    margin-left: auto; 
    margin-right: auto;
}
.text {
    max-width: 750px; 
    text-align: center; 
    margin-left: auto; 
    margin-right: auto; 
    font-size: 20px; 
}