@font-face {
  font-family: "Computer Modern Sans";
  src: url("../../fonts/cmunss.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Computer Modern Sans";
  src: url("../../fonts/cmunsx.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Computer Modern Sans";
  src: url("../../fonts/cmunsi.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Computer Modern Sans";
  src: url("../../fonts/cmunso.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
:root {
  font-size: 1vw;
}

html {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.02) 75%), linear-gradient(-45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
  background-size: 96px 96px;
  background-color: #FF7A33;
}

header {
  background: #E9E5E4;
  padding: 0.2rem 1rem;
  border-radius: 0.7rem;
  text-align: center;
}

body {
  background: #F7F5F5;
  color: #423E3C;
  font-family: "Computer Modern Sans", sans-serif;
  display: flex;
  flex-direction: column;
  margin: 1rem auto;
  align-items: center;
  font-size: 1.3rem;
  width: 40%;
  padding: 2rem;
  border-radius: 0.7rem;
}

a {
  color: #FF7A33;
  text-decoration: underline dotted 0.1rem;
}

a:hover {
  color: #FF7A33;
  opacity: 0.7;
  text-decoration: underline;
}

hr {
  width: 100%;
  margin: auto;
  border: none;
  border-top: 0.15rem dotted #FF7A33;
}

span.email {
  color: #FF7A33;
  transition: all 0.05s ease-in-out;
  text-decoration: underline dotted 0.1rem;
}

span.email > span:nth-child(1) {
  display: none;
}

span.email:active {
  color: rgba(255, 122, 51, 0.3);
}

@media only screen and (max-width: 700px) {
  :root {
    font-size: 3vw;
  }
  body {
    margin: 0.5rem 0.5rem;
    width: auto;
  }
}

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