@charset "UTF-8";

@font-face {
    font-family: 'Aeonik-Regular';
    src: url('../fonts/Aeonik-Regular.woff2') format('woff2'),
        url('../fonts/Aeonik-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html body {
    font-family: Aeonik-Regular, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.wrapper {
    position: relative;
    
}

.header {
    /* background-color: skyblue; */
    position: absolute;
    /* left: 0;
    top: 0; */
    width: 100%;
    height: 50px;
    padding: 20px;
    z-index: 200;
}

.cv {
    position: absolute;
    margin-left: 20px;
    top: 100px;
    z-index: 900;
}
.cv a:link { color: rgb(0, 0, 0); }
.cv a:visited { color: rgb(0, 0, 0); }
.cv a:hover { color: rgb(255, 40, 0); }
.cv a:active { color: rgb(255, 40, 0); }
