@import url("https://fonts.cdnfonts.com/css/file-deletion");
@font-face {
  font-family: "yanseiji";
  src: url("https://fonts.yanseiji.woff/css/file-deletion") format("woff");
  font-style: normal;
  font-weight: 400;
  color: rgb(10, 255, 84);
}
* {
  margin: 0;
  box-sizing: border-box;
}

*:after *:before {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  background: #0f1632;
}

button,
input,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

img,
video,
canvas,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/*--------Varibles-------*/

.About {
  font-family: "File Deletion", sans-serif;
  color: rgb(10, 255, 84);
  font-weight: 900;
}
.About h1 {
  font-size: 60px;
  font-style: italic;
  padding-bottom: 30px;
  border-top: 1px solid rgb(10, 255, 84);
}
.About div {
  padding-top: 50px;
}

.Abouts1 h2, .Abouts2 h2 {
  padding-top: 20px;
  right: 20px;
}
.Abouts1 ul, .Abouts2 ul {
  padding-top: 30px;
}
.Abouts1 p, .Abouts2 p {
  padding-top: 15px;
  font-size: 20px;
  letter-spacing: 3px;
}

/*# sourceMappingURL=About.css.map */
