body {
    font-family: system-ui, monospace;
    font-size: 20px;
    clear: both;
    padding-top: 0;
    color: #11256F;
}

#header {
    width: 100%;
    padding-top: 0;
    background: #FDD068;
}

#container {
    margin: auto auto;
    text-align: center;
    width: 80%;
    clear: both;
}

#leftbarabout {
    float: right;
    width: 40%;
    justify-content: center;
    position: relative;
    clear: both;
    color: #11256F;
}

#rightbarabout {
    float: left;
    width: 60%;
    height: 300px;
    min-height: 250px;
}

#about_img{
    width: 60%;
    float: left;
    align-items: center;
    padding: 20px;
}
.aboutme{
    font-family: system-ui, monospace;
    float: left;
    text-align: left;
 }

#exp {
    text-align: justify;
    text-indent: 100px;
    padding-top: 30%;
}

#m_img{
    height: 100px;
    align-items: center;
    padding-top: 10%;
    clear: both;
}
#education{
    float: right;
    height: 300px;
    width: 100%;
    text-align: justify;
    text-indent: 30px;
    line-height: 30px;
}

.table_ed{
    width: 100%;
    text-align: justify;
}
.table_ed_data{
    width: 80%;
}

.table_pr_data{
    width: 70%;
    text-indent: 30px;
}

#proj_im{
    width: 400px;
}

#skills{
    text-align: justify;
    padding-top: 10%;
    padding-bottom: 50px;
    position: static;
    height: 100%;
}

.sk{
    display: inline-block;
    float: left;
    background: #FDD068;
    text-align: center;
    vertical-align: center;
    padding: 5px 5px;
    font-size: 15px;
    position: sticky;
}

#table_pr_img{
    width: 30%;
}

.years {
    color: #667ed5;
}

#project {
    padding-top: 10%;
    position: static;

}

#job {
    padding-top: 10%;
}

.description{
    font-size: 15px;
}

#first{
    padding-bottom: 10px;
    height: 100%;
    min-height: 100px;
}

.head{
    padding: 10px 24px;
    display: inline-block;
    background-color: #FDD068;
    border: 5px solid #FDD068;
    float: left;
    text-align: center;
    vertical-align: center;
    font-size: 15px;
    position: sticky;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #E85FA0;
    color: #FDD068;
    cursor: pointer;
    padding: 15px;
    border-radius: 10px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555;
}
