html {
  font-family: Barlow, sans-serif;
}
* {
  box-sizing: border-box;
}

img.hero {
  max-width: 600px;
  display: block;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}

.centered {
  max-width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

address {
  font-size: 1.2em
}

nav {
  display: block;
}

nav a {
  background-color: #59C9B6;
  padding: 1em 2em;
  border-radius: 0.2em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 2em;
  letter-spacing: 0.264em;
  font-size: 1.6em;
  color: #fff;
}

nav a:hover {
  opacity: 0.9;
}
