.noscript-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.noscript-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.noscript-image {
  margin-bottom: 16px; /* spacing: $4 */
}

.noscript-copy {
  color: #858585; /* color: $textNeutralSofter */
  font-family: 'Source Sans Pro', sans-serif;
}
