* {
    box-sizing: border-box;
}

.cvContent {}

html,
body {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    /* font-family: Arial, Helvetica, Verdana; */
    font-size: 16px;
    line-height: 22px;
    /* color: #666; */
    position: relative;
    -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-size: 22px;
}
p {
    margin: 1em 0;
}
a,
a:link,
a:active,
a:visited,
a:hover {
    /* color: inherit; */
    /* text-decoration: underline; */
}

nav:not(.mm-menu) {
    display: none;
}

#header {
    position: absolute;
    height: 80px;
    padding: 0 31px;
    /* top: 0; */
    /* font-size: 16px; */
    /* font-weight: bold; */
    /* color: #fff; */
    /* line-height: 0px; */
    /* text-align: center; */
    /* background: red; */
    z-index: 4;
}
#header a {
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    background: #843344;
    height: 3px;
    padding: 0;
    translate: -50% -50%;
}
#header a:before,
#header a:after {
    content: "";
    display: block;
    background: #843344;
    height: 3px;
    margin-top: -15px;
    margin-bottom: 19px;
}
#header a span {
    background: #fff;
    display: block;
    height: 2px;
    margin: 7px 0;
}

#content {
    padding: 150px 50px 50px 50px;
    text-align: center;
}
