:root {
    font-family: Arial;
    color: black;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    color: black;
    text-decoration: underline;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}



h2,h3 {
    text-transform: uppercase;
    margin: 0;
}

pre {
    margin: 0;
}

/*.section-header {*/
/*    display: inline-block;*/
/*}*/

main {

}

.header-container {
    display: block;
    padding-top: 20px;
}

.logo .avatar {
    width: 160px;
    height: auto;
}

.header {
    display: flex;
    position: relative;
    z-index: 420;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.nav {
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.3em;
}

.main {
    display: flex;
    flex-direction: column;
}

.code pre {
    background: #f3fff0;
    padding: 10px 20px;
}

.cv-section {
    margin-top: 2em;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.section-header {
    padding: 1rem;
    background: #87c175;
     display: inline-block;
    min-width: 250px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.cv-section div {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 20px;
    padding-right: 20px;
}

.cv-section div ul {
    padding-left: 20px;
}

.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 2em;
    color: white;
    font-weight: bold;
    background: #87c175;
    min-height: 5em;
    font-size: 1.3em;
}

.footer-item a {
    color: white;
}

.footer-item img {
    width: 50%;
    height: auto;
}

.footer-item {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1em;
}

.about {
    text-align: center;
}
