@import url(player.css);
@import url(headerandfooter.css);
@import url(default.css);

.textbox{
    width: 1200px;
    height: 200px;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: black;
    border: 5px red solid; 
}
.introductory-text { 
    font-size: 20px; 
    text-align: center; 
    max-width: 850px; 
    margin-left: auto; 
    margin-right: auto;
}