html *
{
   font-size: 1rem;
   color: #000 !important;
   font-family: Arial, Helvetica, sans-serif; 
   /* font-family: 'Times New Roman', Times, serif;  */
}

body {
    padding: 0rem 5rem 0rem 5rem; 
}

@media only screen and (max-width: 840px) {
    body {
        padding: 0rem 0rem 0rem 0rem; 
    }
}

#header {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-detail {
    flex-grow: 1;
}

#name {
    text-align: left;
}

#name h1 {
    font-size: xx-large;
}

#contact {
    text-align: right;
    line-height: 0.3;
}

.topic-header {
    font-size: large;
    border-bottom: solid 1px grey;
}

.company {
    display: flex;
    flex-direction: row;
}

.company-style {
    width: 100%;
    flex-grow: 1;
    line-height: 20%;
    white-space: nowrap;
}

.company-name {
    font-weight: bold;
}

.company-detail {
    text-align: right;
}

ul {
    margin-top: -0.25rem;
}

.education-set {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -0.5rem;
}


.education-info {
    flex-grow: 1;
    line-height: 20%;
}
.education-name {
    font-weight: bold;
    width:100%;
}

.edu-list {
    margin-top: -0.5rem;
}

.education-name-info {
    line-height: normal;
}

.field-of-study {
    font-style: italic;
    font-weight: normal;
}

.education-subtopic {
    font-weight: bold;
}

.tech-subtopic {
    font-weight: bold;
}

.project-name {
    font-weight: bold;
}

.project-desc {
    font-style: italic;
    font-weight: normal;
}

.project-list {
    margin-top: -0.5rem;
}

.interest-subtopic {
    font-weight: bold;
}

.duration-date {
    font-style: italic;
    text-align: right;
    white-space: nowrap;
}

.location {
    font-weight: bold;
}

.education-name-info {
    white-space: normal;
}