.mt-10 {
    margin-top: 14rem;
}
.text-white {
  color: white;
}
.w-full {
  width: 100%;
}

.network__button {
  text-decoration: none;
}

.network__button:hover {
  text-decoration: underline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.mt-2 {
  margin-top: 20px;
}