body {

    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    margin: 0px;
    padding: 0px;
}

div {
    clear: both;
}

h1, h2, h3, h4, h5 {
    clear: both;
    font-weight: 400;
    margin: 0px;
} 

h1, h2 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: rgb(0, 95, 0);
}

h1 {
    font-size: 60px;
    margin-top: 20px;

    /* margin-bottom: 1%; */
}

h2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    font-size: 20px;
}

li {
    font-size: 16px;
    padding-bottom: 3px;
}

div#header > h3 {
    margin: 0px;
    padding: 10px;
    font-style: italic;
}

img#prof {
    height: 60px;
    width: 60px;
    /* float: right; */
    clear: both;
    border-radius: 15%;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-right: 5px;
}

ul {
    margin: 0px;
}

ul.skills {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}

ul.skills > li {
    float: left;
    margin: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    /* background-color: red; */
    border-radius: 1000px;
    border-style: solid;

}

a {
    color: rgb(0, 95, 0);
    text-decoration: none;
}

a:visited {
    color: inheret;
}

a:hover {
    color: orange;
}

span.edu-dep {
    font-weight: bold;
}

span.loc {
    font-style: italic;
    font-size: 14px;
}

img.icon {
    width: 25px;
}

img.loc {
    width: 10px;
    margin-left: 8px;
    
}

div.line {
    height: 2px;
    background-color: black;
    width: 60%;
    margin-left: 20%;
}

div.div-area {
    /* background-color: blue; */
    height: 20px;
}

div#header {
    margin: 1%;
    /* background-color: orange; */
    text-align: center;
}

div#skills, div#experience, div#education {
    margin: 1%;
    /* background-color: red; */
    padding-bottom: 35px;
    width: 60%;
    margin-left: 20%;
}



div.experience-div, div.skills-div, div.education-div {
    /* background-color: red; */
    /* margin: 5px; */
    /* margin: 1%; */
    clear: both;
    
    padding: 20px;
    padding-left: 0px;
    /* padding-bottom: 35px; */
}

div#first {
    padding-top: 0px;
}