.fira-code {
  font-family: "Fira Code", monospace;
  font-weight: 400;
  font-style: normal;
}

body {
 	background-color: #0A0A0A;
  background-size: 100%;
  margin: auto;
  width: 1920px;
  height: 1080px;
}

.body{
  position: relative;
  width: 1920px;
  height: 1080px; 
  border: 1px solid rgba(109, 217, 59, 0.5);
}

.title{
  width: 100%;
  height: auto;
  position:absolute;
  left: 325px;
  top: 52px;
  margin: auto; 
}

.info{
  position: absolute;
  left:604px;
  top: 594px;
  width: 700px;
  height: auto;
  color: #6DD93B;
  font-family: "Fira Code", monospace;
  font-size: 48px;
}

.pip{
  position:absolute;
  width:350px;
  height:419px;
  left:1535px;
  top:660px;
  z-index:-1;
}

.face{
  position:absolute;
  left:1612px;
  top:738px;
  z-index: 3;
  opacity: 0.8;
}