body {
  background-color: #f5f5f5;
  font-family: Verdana;
}

.root {
  align-items: center;
  display: flex;
  justify-content: center;
}

.stretch {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.container {
  width: 100%;
}

.names {
  margin-bottom: 32px;
}

.username {
  background-color: black;
  color: #f5f5f5;
  font-size: 6em;
  text-align: center;
}

.fullname {
  font-size: 2em;
  margin-top: 8px;
  text-align: center;
}

.social {
  display: flex;
  justify-content: space-around;
  margin-bottom: 128px;
}

.icon {
  height: 96px;
  width: 96px;
}

@media (min-width: 1024px) {
  .username {
    font-size: 8em;
  }
  .container {
    width: 40%;
  }
}
