/* CSS files add styling rules to your content */

body {
  font-family: georgia, times, serif;
  display: flex;
  width: 100vw;
  height: 100vh;
  align-items: center;
  margin: 0;
  justify-content: center;
}

span {
  color: #333;
  font-size: 8vw;
  text-align: center;
}

