.title{
    font-family: arial;
    color: #000000;
    text-align: center;
}
.paragraph{
    font-family: arial;
    color: #000000;
    text-align: center;
    font-size: 20px;
}
.tabContainer{
    width: 100%;
    height: 350px;
}
.tabContainer .buttonContainer{
    height: 15%;
}
.tabContainer .buttonContainer button{
    width: 25%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 10px;
    font-family: arial;
    font-size: 18px;
    background-color: #eee;
}
.tabContainer .buttonContainer button:hover{
    background-color: #d7d4d4;
}
.tabContainer .tabPanel{
    height: 85%;
    background-color: gray;
    color: white;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 700px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 22px;
    display: none;
}
.centerText {
  font-size: 5;
  font-family: arial;
  padding-bottom: 25px;
}
