* {
    margin: 0;
    padding: 0;
}

body {
    background: #334960;
    font-family: Helvetica, sans-serif;
    font-smooth: always;
    font-smooth: 2em;
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 10px 10px 25px 10px;
}

h2 {
    color: #436182;
}

h3 {
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    color: #336060;
    padding: 0 0 0 3px;
}

h4 {
    margin: 0 0 5px 0;
}

h5 {
    color: #336060;
}

li {
    list-style: none;
    margin: 1px;
}

ion-icon {
    position: relative;
    top: 2px;
    margin: 0px 5px 0px 1px;
}

#wrapper-body {
    max-width: 65em;
    margin: auto;
    margin-top: 100px;
    margin-bottom: 15px;
    border-style: solid;
    border-width: 0.25ex;
    padding: 0px 20px 20px 20px;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
}

#photo-header {
    margin-top: -107px;
    text-align: center;
}

#title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px 0;
}

#wrapper-column {
    display: flex;
}

.avatar {
    width: 200px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 7px;
    background: #334960;
    display: inline-block;
}

.left {
    width: 65%;
    padding: 40px 20px;
}

.right {
    width: 35%;
    padding: 40px 20px;
}

.individual-sections {
    margin: 0 10px 10px 5px;
}

.individual-sections li {
    margin: 5px;
}

.counter-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 30px;
    margin: 30px 0 15px 0;
}

.website-counter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 10px 0;
}

.digit {
    background-color: #334960;
    font-size: 35px;
    color: rgb(255, 255, 255);
    border-radius: 1.5px;
    padding: 4px 4px 0 4px;
    margin: 0 1px;
}

.work-heading {
    background: #e7edf2;
    padding: 7px 10px;
    border-bottom: 1px solid #4a4d52;
    border-radius: 1px;
    margin: 10px 0;
}

.work-details {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
}

.personal-details {
    padding: 5px 10px;
}

.work-details ul li {
    padding: 4px 2px;
}

.personal-details ul li {
    padding: 2px 2px;
}

@media all and (max-width:640px) {
    #wrapper-column {
        display: block;
    }

    .left {
        width: 100%;
        box-sizing: border-box;
    }

    .right {
        width: 100%;
        box-sizing: border-box;
    }
}