body {
    margin: 3% 15%;
    font-family: 'Malgun Gothic', sans-serif;
}

.header-container {
    display: flex;
    justify-content: space-between;
}

.header-left {
}

.header-right {
    text-align: right;
}
.header-right p{
    margin: 5px 0px;
}

.header-right a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.info a {
    color: inherit;
    text-decoration: none;
    font-weight: 100;
}

a:hover {
    text-decoration: underline;
}
i {
    font-size: 3rem;
}
.experience_role {
    font-weight: 600;
}

.experience_award {
    font-weight: 600;
}

.experience_date {
    font-weight: 100;
}

#introduce {
    font-size: 1.2rem;
    font-weight: 300;
}

h1 {
    margin: 0;
    font-size: 3.5rem;
    font-weight: 500;
}

h2 {
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
    border-bottom: dashed 2px #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

h4 {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
}

#aboutMe, #experience, #skills, #education {
    margin: 0 auto;
}

.experience_container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.experience_container .info {
    margin: 0px;
    width: 40%;
}

.experience_container .info p {
    margin: 5px 0px;
}

.experience_container .details {
    width: 60%;
}

.experience_container .details .outline{
    text-align: center;
    font-weight: 300;
    font-style: italic;
}

#skills ul li{
    margin: 10px 0px;
}