/* 
We should use this order for properties (so i don't need to harm myself later):

* font-family
* font-size
* text-align
* postion (and related properties added below)
* color (and related properties added below)
* text-decoration
*/
@font-face {
  font-family: "Departure Mono";
  src: url("/assets/fonts/DepatureMono-Regular/DepartureMono-Regular.woff2") format("woff");
}
body {
  background-color: #1c1d20;
  word-break: break-word;
}

h1 {
  font-family: "Departure Mono", Verdana, sans-serif;
  font-size: 120px;
  text-align: center;
  color: #9496a0;
}

h2 {
  font-family: "Departure Mono", Verdana, sans-serif;
  font-size: 80px;
  text-align: center;
  color: #9496a0;
}

p {
  font-family: "Departure Mono", Verdana, sans-serif;
  font-size: 60px;
  text-align: center;
  color: #9496a0;
}

a {
  font-family: "Departure Mono", Verdana, sans-serif;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0px;
}
a:link, a:visited {
  color: #737582;
  text-decoration: underline;
}
a:hover, a:active {
  color: #9496a0;
  text-decoration: underline;
}

.imgcentre {
  display: block;
  margin: auto;
  width: 70%;
}

/*# sourceMappingURL=main.css.map */
