.hero {
  background: url("media/background.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: local;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
  padding: 0 2rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.content {
  color: white;
  color: rgb(255, 255, 255);
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 6vh;
  text-shadow:
    rgb(0, 0, 0) -1px 0px 0px,
    rgb(0, 0, 0) 0px 1px 0px,
    rgb(0, 0, 0) 1px 0px 0px,
    rgb(0, 0, 0) 0px -1px 0px;
  text-align: center;
}

.content h1 {
  color: white;
  font-size: 5vh;
  margin: auto;
}

.content h3 {
  color: white;
  font-size: 4vh;
  margin: auto;
}

.avatar {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 1px solid rgb(204, 204, 204);
  border-radius: 50%;
  margin: auto;
}
