
@font-face {
  font-family: "ambitsek";
  src: url("ambitsek.ttf") format("truetype");
}
@font-face {
  font-family: "petiote";
  src: url("petiote.ttf") format("truetype");
}
@font-face {
  font-family: "bit3";
  src: url("Bit3.ttf") format("truetype");
}
body{
  background-image: url("about.png");
  background-size: cover;
background-repeat: no-repeat;
 background-attachment: fixed;
}
.box-about{
 margin-top: 50px;
  margin-left: 850px;
  width:200px;
  height:500px;

}
h1{
  margin-left:10px;
  font-family: 'Courier New';
  position: absolute;
}
p{
  position:absolute;
  width:530px;
  height:600px;
  margin-left: 10px;
  margin-top:70px;
  font-family: 'Courier New';
  font-size:medium;
    overflow-y: scroll;
    overflow-x: hidden;

}
.papier{
  width:550px;
  height:700px;
  position:absolute;
}
.button-class-home{
  position:absolute;
  background-color: #607386;
  border: none;
  color: rgb(34, 28, 23);
  padding: 0px 25px;
  padding-top: 0px;
  padding-bottom: 15px;
  box-shadow: 0 -10px 0px -1px rgb(44, 43, 63) inset;
  text-decoration: none;
  display: inline-block;
  font-family: ambitsek;
  font-size: 35px;
  font-weight: bold;
  margin-top: 210px;
  margin-left: 1050px;
  z-index: 4;
  cursor: pointer;
}
