*, *:before, *:after {
  box-sizing: border-box !important;
}

body {
  color: #333;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6,
blockquote {
  font-family: serif;
  font-weight: 400;
}

h3 {
  font-size: 22px;
  font-family: serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #222222;
}

li, p {
  font-family: sans-serif;
  line-height: 150%;
}

.splash__wrapper {
  height: 100vh;
  background-color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash__logo {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  width: 40%;
  margin-bottom: 40px;
}
.splash__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.splash__logo figcaption {
  color: #4bafaf;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.85;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
}
