.centered {
  display: flex;
  width: 99vw;
  height: 98vh;
  justify-content: center;
  align-items: center;
  font-size: 10vw; 
  background-color: lightblue;
}

