body{
  background: #000;
    display: flex;
    justify-content:center; 
    align-items:center;
    height: 100vh;
    font-family: 'Raleway', cursive;
  }
  
  #content {
    font-size: 125px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    line-height: 0.8;
  }
  #content span{
    font-size: 70px;
  }
  