p {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  margin: 0;
}

h2 {
  margin-top: 2rem;
}

.imprint-section {
  position: relative;
  padding-top: 120px;
  margin-bottom: 50px;
}

.red {
  color: red;
}

a:hover {
  text-decoration: underline !important;
  color: #bd99f8;
}
