body {
         text-align: center;
margin-left: 0px;
    margin-right: 0px;
    overflow:hidden;
}
       
       @font-face {
    font-family: "Arita";
    src: url("https://zekky.neocities.org/fonts/Arita-buriM.otf") format("opentype");
   }
       .about {
  padding: 1.5%;
  text-align: center;
  position: absolute;
  justify-content: center;
    left: 0;
    right: 0;
    margin-top:-2.4%;
  z-index:100;
   font-weight:300;
  font-size:6%;
  line-height:1;
  position: relative;
  height:100vh;
  display:flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0 2%;
}
       
  .le-border {
    margin-top:100px;
    zoom:75%;
      margin: 0 auto;
    overflow: none;
    background-image: url(https://zekky.neocities.org/borderr.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 29.2em;
    height: 48.3em;
    margin-top: 1.5%;
    padding: 2.6em 2em 1.0em 2em;
    font-size: 14px;
    line-height: 1.6;
    z-index: 1;
    position: static;
  }
 
 .title {
       width: 100%;
    max-width: 300px;
    margin: 15px;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    overflow-clip-margin: content-box;
    background: transparent;
    text-align: center;
    margin-bottom:0px;
 }
 
 .Description {
   margin-bottom:0px;
    font-size:100%;
    text-align: center;
    color: #edc080;
    line-height: 2.4;
    font-family:"Arita";
     text-shadow: #9E8765 0px 0px 10px,
     #9E8765 0px 0px 10px,
     #9E8765 0px 0px 10px;
}

       #Wallpaper {
         width:100%;
  position: fixed;
  object-fit:cover;
  right:0;
  left:0;
  bottom:0;
  width:100vw;
  height:100vh;
  overflow:hidden;
}

.barrier {
            width: 18%;
            height:auto;
            margin: 0;
            padding: 0;
            align-items:center
}

.barriertop {
    width: 100%;
    height: 30px;
    background-image: url(https://zekky.neocities.org/obi.png);
    position: absolute;
    top: 3.3%;
    background-repeat: repeat-x;
    background-position: center center;
    z-index: 10;
    right: 0;
}

.barrierbottom {
    width: 100%;
    height: 30px;
    background-image: url(https://zekky.neocities.org/obi.png);
    position: absolute;
    bottom: -4.7%;
    background-repeat: repeat-x;
    background-position: center center;
    z-index: 10;
    right: 0;
}