:root {
  color-scheme: dark;
  font-family: "Helvetica Neue", Arial, sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  min-height: 100vh;
  color: #f5f5f5;
}

.hero {
  text-align: center;
}

.hero-image {
  height: 60vh;
  background-image: url("./images/aeria_logo.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 2rem;
}

.contact {
  font-size: 2rem;
  line-height: 1.8;
}

.contact a {
  color: #b779ff;
  text-decoration: none;
}

.contact a:hover,
.contact a:focus-visible {
  text-decoration: underline;
}
