
.achieve {
    margin-bottom: 10px;
}

.part-heading {
    font-weight: bold;
    color: #000;
    font-style: normal;
}

.grade-left {
    color: #19878B;
    font-style: italic;
    font-weight: 600;
}

.grade-right {
    color: #19878B;
    text-align: right;
    font-style: italic;
    font-weight: 600;
}

.part h4 {
    color: #19878B;
    text-decoration: underline;
    text-decoration-color: #19878B;
    font-weight: 700;
}

.skills span {
    padding: 5px 10px;
    background-color: #8E919D;
    color: white;
    border-radius: 5px;
    margin: 3px 2px !important;
    font-size: 0.8em;
}

.skills h4 {
    margin-bottom: 20px;
}

.skills {
    margin-bottom: 30px;
}

.italic {
    font-style: italic;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.5em;
}

p {
    font-size: 0.8em;
}
a{
    font-size: 1.0em;
    text-decoration: none;
    padding: 5px o;
}
a .fab,
a .fa,
 a .far,
  a .fas{
    margin: 0px 5px;
}
a:hover{
    color: inherit;
}

.export {
    position: fixed;
    top: 10px;
    right: 20px;
}

.justified {
    text-align: justify;
}
