h1 {
    padding: 20px;
    margin: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    line-height: 150%;
    color: rgb(4, 55, 78);
    background: white;
    text-align: center;
}

.tab {
    text-align: center
    }

.tablinks {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 20px;
    line-height: 200%;
    color: white;
    background: rgb(48, 47, 47);
    width: 20%;
}

.tablinks:hover {
    background: rgb(4, 55, 78);
}

#About-Me,
#Contact,
#Portfolio {
    border: 5px solid rgb(37, 37, 37);
    background: rgb(193, 194, 196);
    padding: 10px;
    margin: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    color: black;
    line-height: 150%;
    overflow: auto;
    clear: both;

}

.Bio-Pic {
    float: left;
    margin: 0px 10px 5px 0px;
}

.Bio-Words, {
    text-align: left;
    float: left;
    margin: 0px 10px 0px 0px;
}

#Portfolio {
    text-align: center;
}

#project1 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#project2 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#project3 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#project4 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#project5 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#project6 {
    position: relative;
    z-index: 1;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
}

#phtext1 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
}

#phtext2 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
  
}

#phtext3 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
}

#phtext4 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
}

#phtext5 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
}
#phtext6 {
    position: absolute;
    bottom: 0%;
    z-index: 2;
    width: 350px;
    background: rgb(156, 155, 155);
    text-align: center;
    opacity: 0.85;
}

#Contact {
    text-align: left;
}

.forms {
    padding: 10px;
    margin: 10px;  
}

h3 {
    text-align: center;
    padding: 10px;
    margin: 20px;
    font-size: 24px;
    clear: right;
}