*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family:'Courier New', Courier, monospace;
}
.ban{
    /* background-image: url(./1.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover; */

}
.info h1 span{
    font-family: 'Bungee Spice', 'cursive';
}
.fontrap{
    width: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:20px ;
}
.fontrap1 img{
    width: 100%;
    height: 90vh;
    border-radius: 60px;
    padding: 40px;
}
.font h1{
    text-align: center;
    padding-bottom: px;
}
  body{
    height: 200vh;
    padding: 4em;
    color: rgba(255,255,255,.75);
    font-family: 'Anonymous Pro', 'monospace';  
    background-color: rgb(0, 0, 0);  
    padding-bottom: 30px;
    
  }
  .line-1{
      position: relative;
      top: 40%;  
      width: 100%;
      margin: 0 auto;
      border-right: 2px solid rgba(255,255,255,.75);
      font-size: 100%;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      transform: translateY(-50%);    
  }
  
  /* Animation */
  .anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
               blinkTextCursor 500ms steps(44) infinite normal;
  }
  @keyframes typewriter{
    from{width: 0;}
    to{width: 24em;}
  }
  @keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
  }
  .fontrap2{
    width: 100%;
    margin: auto;
    height: 101.3vh;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap:20px ;
    background-color: white;
  }
  .fontrap3 img{
    width: 100%;
    height: 50vh;
  }
  .fontrap4 h1{
    text-align: center;
    font-size: 30px;
    color: black;
  }
  .fontrap4 p{
    text-align: center;
    font-size: 20px;
    color: rgb(204, 9, 100);
  }