.mainBody {
    background-color: rgb(29, 33, 29)
}
h1 {
    text-align:center; 
    color:whitesmoke; 
    margin:40px;
    padding: 20px;
}
.main {
    border: 10px solid; 
    color: whitesmoke; 
    padding: 20px; 
    margin: 20px; 
    background-color: rgb(39, 53, 36); 
    font-size: 24px;
}
.divBio {
    border: 10px solid; 
    color: whitesmoke; 
    padding: 20px; 
    margin: 20px; 
    background-color: rgb(39, 53, 36); 
    font-size: 24px;
}
table, th, td {
    border:5px solid whitesmoke;
    margin-left:auto;
    margin-right:auto; 
    background-color: rgb(39, 53, 36)
}
table {
    width: 75%;

}
th, td {
  padding: 10px;
  height: 200px
}
button {
    background-color: #4D6C47;
    border: 5px solid;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 50px;
    margin: 4px 2px;
    cursor: pointer;
}
.soundtable {
    text-align: center;
    font-size: 45px;
}


.carousel
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:60%;
    border: 10px solid whitesmoke; 
    margin:0 auto;
}