
        @font-face {
              font-family: HTAboutUs;
              src: url('../fonts/ActayFamily/ActayCondensed-Thin.otf');
       }
              body {
              
                     background-image:
                      linear-gradient(to right,#0C0622,#2A114C, #200613);
                      Height: 1024px;
                      width: 1080px;
                     background-repeat: no-repeat;
                     background-attachment: fixed;
                     background-size: 100% 100%;
                     
                     margin-right: 0;

                     padding: 10px 10px 10px 10px;
                     font-family: HTAboutUs;
                     font-size: small;
              }

              h1
              {
                     margin-left: 5%;
                     margin-top: 12%;
                     color: #ffffff;
                     font-size: 500%;
                    
              }

              p {
                     margin-left: 5%;
                     color: #ffffff;
              }
              