@font-face {
    font-family: 'vazir';
    src: url('/font/vazir.eot'); /* IE9 Compat Modes */
    src: url('/font/vazir.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/Vazir.woff2') format('woff2'), /* Super Modern Browsers */
         url('/font/vazir.woff') format('woff'), /* Pretty Modern Browsers */
         url('/font/vazir.ttf')  format('truetype'); /* Safari, Android, iOS */
        /* url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
  }

  * , *::after , *::before {
      box-sizing: border-box;
      padding: 0;
      margin: 0;
}

body {
    direction: rtl;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-family: vazir;
    font-size: 1.5rem;
}

.scroll {
    position:fixed;
    top: 0%;
    width: 100%;
    height: 100px;
    line-height: 100px;
    background-color: #000 ;
    align-items: center;
    justify-content: center;
}

.scroll h2 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.scroll .scrollbar {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 5px;
    background: linear-gradient(to left , rgb(95, 55, 215) ,rgb(25, 190, 125) ,rgb(220, 220, 20), rgb(200, 50, 50));
}

.lorem {
    margin-top: 150px;
}
.lorem h3 {
    font-size: 25px;
    color: #000;
    margin-right: 30px;
}
.lorem p {
    margin: 30px;
    font-size: 25px;
}
