@font-face {
  font-family: Atkinson;
  src: url('../fonts/AtkinsonHyperlegible-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: Atkinson;
  src: url('../fonts/AtkinsonHyperlegible-Bold.ttf') format('truetype');
  font-weight: bold;
}

body {
  background-color: #f2bfcb;
}

{
}
/*
@keyframes myAnimation {
  0% {font-size: 45vh; width: 100%;}
  40% {font-size: 36px; width: 160px;}
  100% {font-size: 36px; width: 160px;}
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 20px;
  font-weight: normal;
  line-height: 60%;
  font-family: Atkinson;
  /* animation-name: myAnimation;
  animation-duration: 2ms;
  animation-timeline: scroll();
  animation-fill-mode: forwards; */
  font-size: 36px;
  width: 160px;


}

.text {
  font-family: Atkinson;
  font-weight: normal;
  text-align: left;
  font-size: 24px;
  line-height: 100%;
  padding: 20px;
  margin-left: 160px;
  width: 60%;
}




#sub {
  position: sticky;
  top: 20px;
  margin-left: 180px;
  padding-right: 20px;
  font-family: Atkinson;
  text-align: left;
  font-weight: normal;
  font-size: 36px;
  line-height: 80%;
}

.small {
  font-size: 18px;
}

a {
  font-color #592911;
}
/* unvisited link */
a:link {
  color: #541E0D;
}

a:visited {
  color: #541E0D;
}
