/*
    CSS RESET
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 100%;
}

ul, 
ol {
    list-style: none;
}

img,
video {
    width: 100%;
}

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


/*
    STYLES
*/

@font-face{
    font-family: "Raleway";
    src:
        url("../../../../fonts/Raleway-Thin.woff2") format("woff2");
}

header {
    display: flex;
    justify-content: space-between;
    width: 100vw;
    position: fixed;
    padding: 22px;
}

img {
    padding: 100px;
    width: 300vw;

}


/* 
    TYPO
 */

body {
    font-family: "Raleway";
}

header {
    font-size: 40px;
}

main {
    font-size: 14px;
}

/* Font styles */
/* Font colors */