body {
      background-color: #ececec;
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 1.3em;
}

h1 {
      font-family: 'Heebo', sans-serif;
      font-weight: 500;
}

h2 {
      font-family: 'Heebo', sans-serif;
      font-weight: 500;
}

.mixedborder {
      border-style: solid none dotted none;
}

a {
  color: #ff6363;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: black;
}
