@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital@0;1&family=Roboto+Mono:wght@700&display=swap');

body {

  margin:0;
  -webkit-transition:background-color 2s;
  -moz-transition: background-color 2s;
  transition:background-color 2s;
  background-color: #FAED96;

}

#header {
  cursor: pointer;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;


}

#text {
  padding: 40px;
  font-size: 48px;
  line-height: 52px;
  font-family: 'EB Garamond', serif;
  font-style: italic;
}

.marker {
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  font-size: 46px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a:link {
  color: black;
  text-decoration-thickness: 2px;
}

a:visited {
  color: black;
}

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

a:active {
  color: black;
}


