@font-face {
  font-display: swap;
  font-family: 'Proxima Nova';
  src: local('Proxima Nova'), local('Proxima-Nova'),
    url('../../fonts/proximanova/ProximaNova-Regular.woff2') format('woff2'),
    url('../../fonts/proximanova/ProximaNova-Regular.woff') format('woff'),
    url('../../fonts/proximanova/ProximaNova-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-display: swap;
  font-family: 'Bebas Neue';
  src: local('Bebas Neue'), local('Bebas-Neue'),
    url('../../fonts/bebasneue/bebasneuebold.woff2') format('woff2'),
    url('../../fonts/bebasneue/bebasneuebold.woff') format('woff'),
    url('../../fonts/bebasneue/bebasneuebold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

html {
  height: 100%;
  background-color: #2b2b2b;
}

body.overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0;
  padding: 25px;
  font-family: 'Proxima Nova', sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
  color: #ffffff;
  box-sizing: border-box;
  background-color: #181819;
}

body.overlay a {
    color: #ffffff;
    text-decoration: underline;
  }

.overlay__logo {
  flex-shrink: 0;
  text-align: center;
}

.overlay__logo svg {
  width: 150px;
  height: 150px;
  fill: #ffffff;
}

.overlay__text {
  display: block;
}

.overlay__text i {
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
  font-style: normal;
  font-size: 1.9em;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.overlay__caption {
  width: 100%;
  margin-top: 30px;
}

.overlay__caption p {
  margin-top: 0;
  margin-bottom: 0;
  opacity: 0.5;
}
