html,


.container {
  position: relative;
 font-family: Arial, Helvetica, Verdana;
font-weight: normal;
 font-size: 5vw;
 color:  white;
}

.bottom-left {
  position: absolute;
  bottom: 32px;
  left: 6px;
}

.top-left {
  position: absolute;
  top: 6px;
  left: 6px;
font-size: 4vw;
color:white;
}

.top-right {
  position: absolute;
  top: 8px;
  right: 2px;
font-size: 7vw;
color: white;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

  