.go-home-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #00cca7;
  padding: 12px 16px;
  color: white;
  border-radius: 4px;
  text-decoration: none;
}

.technical-title {
  font-family: 'Gellix', sans-serif;
  text-align: center;
  margin-bottom: 8px;
}

.technical-paragraph {
  max-width: 500px;
  text-align: center;
  margin-bottom: 16px;
}
