<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0px;
  background-color: #000000;
  background: linear-gradient(360deg, black, 70%, transparent), url("../img/background-contact.jpg");
  background-position: top center;
  background-attachment: fixed;
  font-family: 'Bebas Neue', sans-serif;
  padding-bottom: 150px;
}
.text {
  font-family: 'Jost', sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  font-style: normal;
  color: rgb(204, 204, 204);
  margin-top: 10px;
  margin-bottom: 0px;
  max-width: 500px;
  text-align: justify;
}
.button {
  margin: 0px 0px 40px 0px;
  color: #000000;
  background: #ffffff;
  max-width: inherit;
  padding: 10px;
  width: auto;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  font-family: 'Jost', sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}
.button:hover {
  color: #FFFFFF;
  background: #ff0000;
}
@media only screen and (max-width:510px) {
  .content-contact {
    max-width: 90%;
  }
}</pre></body></html>