.type-writer {
    margin-left: 35%;
    color:rgb(205, 3, 255);
    
  }
  @media (orientation:portrait) {
    .type-writer{
      margin: auto;
      height: 150px;

    }
    #centerit{
      text-align: center;
    }
  }
  @media (orientation:landscape) {
    #break-line{
      display: none;
    }
    
  }
