html,


.container {
  position: relative;
 font-family: Arial, Helvetica, Verdana;
font-weight: normal;
 font-size: 3vw;
 color:  white;
}
.text {
  color: #f2f2f2;
  font-size: 8vw;
 position: absolute;
  bottom: 6vw;
  width: 100%;
  text-align: center;
}

.bottom-left {
  position: absolute;
  bottom: 64px;
  left: 96px;
}

.top-left {
  position: absolute;
  top: 96px;
  left: 86px;
}

.top-right {
  position: absolute;
  top: 32px;
  right: 24px;
font-size: 3vw;
color: white;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
font-size: 10vw;
  transform: translate(-50%, -50%);
}

  