.title{
    font-family: sans-serif;
    color: #dc2d5e;
    text-align: center;
}
.tabContainer{
    width: 100%;
    height: 0px;
}
.tabContainer .buttonContainer{
    height: 15%;
}
.tabContainer .buttonContainer button{
    width: 50%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 23px;
    font-family: sans-serif;
    font-size: 15px;
    background-color: #eee;
    padding-top: 5px;
    
}
.tabContainer .buttonContainer3 button{
    width: 33%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 23px;
    font-family: sans-serif;
    font-size: 15px;
    background-color: #eee;
    padding-top: 5px;
    
}
.tabContainer .buttonContainer button:hover{
    background-color: #d7d4d4;
}
.tabContainer .tabPanel{
    height: 85%;
    /*background-color: purple;*/
    color: RGBA(26, 83, 57, 0.91);
    text-align: left;
    padding-top: 30px;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 12px;
    display: none;
}