* {
    box-sizing: border-box;
}

div {
    display: block;
}

/* Code for .nameTitle */
.nameTitle {
    text-align: left;
}

hr {
    opacity: calc();
    margin-left: 65px;
    margin-right: 65px;
}

h1 {
    font-size: 30px;
    margin-top: 40px;
    margin-left: 65px;
    margin-bottom: 20px;
    opacity: calc();
    color: #333;
    
}


/* Code for image */
img {
    margin-top: 13px;
    margin-left: 65px;
    margin-bottom: 20px;
    height: 200px;
    vertical-align: middle;
    border-radius: 70%;
    border: 2px solid rgb(222, 219, 219);
    float: left;
    position: absolute;
    margin-right: 2px;

}

/* Code for position */
#position,p {
    text-align: left;
    margin-left:19.5%;
    margin-top: 30px;
    line-height: 22px;
    color: #333;
}

/* Code for link */
.container{
    margin-left: 65px;
    margin-top: 4%;
}
a{
    text-decoration: none;
    color: #337ab7;
    font-size: 1em;
}
a:hover{
    text-decoration:underline;
    color: #337ab7;
}

/* Code for ResearchInterests */
h2{
    margin-left: 65px;
    margin-top: 4%;
}
p{
    margin-left: 65px;
    margin-top: 1.2%;
}
h4{
    margin-left: 75px;
    margin-top: 1%;
    margin-bottom: auto;
}
section{
    margin-left: 83px;
    margin-right: 65px;
    margin-top: 0.3%;
    padding: 2px;
    font-size: 15px;
    
}

