@import url(https://redbonesandinks.neocities.org/css/player.css);
@import url(https://redbonesandinks.neocities.org/css/headerandfooter.css);
@import url(https://redbonesandinks.neocities.org/css/default.css);

table, th, td { border: 5px solid red; }
/*page button*/
.page-button { background-color: black; color: red; border-color: red; border: 5px; height: 50px; min-width: 70px; cursor: pointer; font-size: 20px; margin-right: 3.5px; margin-left: 3.5px; font-weight: bold; transition: background-color 0.25s; }
.page-button:hover {background-color: red; color: black; border-color: rgb(120,0,0); } 
.page-button:active { opacity: 0.6 }

.textbox { border: 5px solid red; background-color: black; margin: 80px 145px 160px 145px; padding: 25px; } 
.introductory-text { font-size: 20px; text-align: center; margin-left: 250px; margin-right: 250px; }
.tables { border: 5px solid red; font-size: 25px; margin-top: 50px; Margin-bottom: 50px; width: 300px; padding: 15px; text-align: center; }
.sub-section-box { width: 1200px; min-height: 350px; border: 5px solid red; margin-bottom: 20px; font-size: 18px; padding: 20px; display: inline-block; background: black; margin-left: 100px; margin-right: 100px; text-align: center;}
.larger-in-box-text { font-size: 25px; font-weight: bold; text-align: center; }
.in-box-image { border: 5px solid red; display: inline-block; min-width: 100px; max-width: 1000px; max-height: 1000px; }
.subtitle-text { font-size: 12px; margin-top: 0; }