h1 {
  margin-bottom: 0rem;
  text-align: center;
}

h2 {
  text-align: center;
  font-weight: 400;
  font-size: 2.5rem;
}

h4 {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
  margin-top: 0.8rem;
}

h5 {
  margin-bottom: 0.1rem;
  color: azure;
  text-decoration: none;
}

.content {
  padding-top: 10vh;
  padding-bottom: 5vh;
  padding-left: 10vw;
  padding-right: 10vw;
  background-color: hsl(15, 20%, 4%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

div {
  text-align: center;
}

.dashboard {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem;
  background-color: #1a1717;
  border-radius: 1rem;
  justify-content: center;
  max-width: 40rem;
}

.dashboard p {
  display: inline-block;
  height: 4rem;
}

.content-title {
  width: 100%;
}

.icon {
  width: 50%;
  max-width: 200px;
  height: auto;
  border-radius: 20px;
}