/* fonts */

/* jetbrains-mono-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/jetbrains-mono-v20-latin-regular.woff2') format('woff2');
}


/* css reset */

* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "JetBrains Mono", monospace;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

header, nav {
    display: block;
}

body {
    line-height: 1;
    height: 100vh;
}


/* global styles */

header {
    position: fixed;
    width: 100%;
    text-align: right;
}

nav {
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 15px 20px;
}

a {
    color: #555;
    text-decoration: none;
    transition: color 0.15s;
    margin-left: 20px;
}

a:hover {
    color: #000;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 35px;
}

p {
    line-height: 1.3;
}


/* mobile */

@media (max-width: 1500px) {
    header {
      background-color: #fff;
    }
}

/*

   |\      _,,,---,,_
   /,`.-'`'    -.  ;-;;,_
  |,4-  ) )-,_..;\ (  `'-'
 '---''(_/--'  `-'\_)  

    credit: Felix Lee

*/
