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

html {
  font-size: calc(16px + 1vw);
}

body {
  background: #f3f3f5;
  height:250vh;
}
.box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.box span {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0px 0px 5px rgba(31, 29, 46, 0.55);
  font-size: 2rem;
  text-transform: uppercase;
  color: rgba(31, 29, 46, 1);
  display: inline-block;
}