.titlesection{
    text-align: center;
}

.titlesection h1{
    text-align: center;
    margin-top: 5%;
}

.profile_pic{
    margin-top: 1%;
    position: relative;
    /* top: 50px; */
    width: 100%;
    text-align: center;
}
.profile_pic table{
    width: 55%;
    text-align: center;
    border: 1px solid black;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.profile_pic tr{
    text-align: center;
    border: 1px solid black;
    padding: 2px;
}

.profile_pic td{
    text-align: center;
    border: 1px solid black;
    padding: 4px;
    width: 35%;
}


.profile_bio{
    padding: 1%;
    /* margin-top: 5%; */
    text-align: center;
}

.profile_bio P{
    text-align: center;
    font-size:  36px;
    font-weight: bold;
}

.profile_bio_paragraph{
    text-align: center;


}

.state_table{
    padding: 1%;
    margin-bottom: 2%;
}

.state_table table{
        background-color: #00ffe6;
}

.state_table a{
        color: #000000;
}
