body {
  margin: 0;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 60px;
  text-align: center;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.6);
}

.container {
  height: 100px;
  width: 100px;
  margin: 40px auto 50px auto;
}

.avatar {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.link-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.link-item {
  flex: 0 1 auto;
}

.logo {
  height: 20px;
  width: 20px;
}
