* {
  box-sizing: border-box;
  color: #000;
  font-family: Raleway, sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  background: #fff;
  min-height: 100vh;
}

a {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px solid;
}

section {
  padding: 3rem;
}
/*# sourceMappingURL=retrosquare-web.61d3354a.css.map */
