@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;500;600;700&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  min-height: 100vh;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.page {
  width: 100%;
  min-height: 100%;
  background: url('../img/silhouette.jpg') no-repeat center; 
  background-size: cover;
}

.hero {
  width: 100 .hero;
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(143,6,211,0.65) 0%,rgba(31,24,122,0.65) 100%);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.hero__inner {
  max-width: 800px;
  color: white;
  text-align: center;
  text-shadow: 0 0 2px black;
}

.logo {
  max-width: 12rem;
  text-shadow: 0 0 2px black;
  margin-bottom: 1.65rem;
}

h2 {
  font-size: 1.65rem;
  margin-bottom: 0.65rem;
}

p {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.35rem;
}
