@font-face {
  font-family: JuraBold;
  src: url(Jura-Bold.ttf);
}

@font-face {
  font-family: Jura;
  src: url(Jura-Regular.ttf);
}

body {
    background-color: #101438;
    color: #f8a54a;
    font-family: Jura;
    max-width: 28rem;
    margin: auto;
    height: 100vh;
    line-height: 1.6rem;
}

#header {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

#header h1 {
    font-family: JuraBold;
    display: flex;
    align-items: center;
}

#header img {
    width: 100%;
    padding-top: 1rem;
}

h1 {
    color: #d46235;
}

h2 {
    font-family: JuraBold;
    color: #c14c32;
    margin-top: 2rem;
}

h2:before {
    content: '> ';
}

a {
    color: #ec410b;
    text-decoration: none;
    border-bottom: 1px solid;
}
