html {
  font-size: 15px;
}

body {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fffaf1;
  font-weight: 500;
  color: #999999;
}

main {
  height: 80vh; /* using this to deal with ios safari viewport */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

h1 {
  padding-top: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}

li {
  margin: 0 0.8em;
}

.avatar {
  display: block;
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
