@font-face {
  font-family: "Dosis";
  src: url("fonts/Dosis-Medium.ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Dosis";
  src: url("fonts/Dosis-Bold.ttf");
  font-weight: bold;
  font-style: bold;
}

body {
  font-family: Dosis, Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding: 1.2em 0.6em;
  color: #9e9e9e;
  background-color: #e9e9e8;
}

h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
  color: black;
}

a {
  text-decoration: none;
  color: #35baf2;
}

a.button {
  border: 1px solid;
  border-radius: 32px;
  padding: 8px 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  padding: 24px;
  background-color: white;
}

hr {
  border-top: 1px solid #9e9e9e;
  margin: 30px 0;
  border-bottom: 0;
}
