body {
  background-color: red;
  background-image:url("fire.webp"); 
  color: red;
  font-family: garamond;
  justify-content: center;
  align-items: center;
  text-align:left;
}
.yap{
   border: 4px double red;
  border-style: ridge;
  border-radius: 1px;
  padding: 1rem 1.5rem;
  background-color:black;
  width: 400px;
  height: auto;
  margin-left:450px; margin-right: 150px;
  line-height:40px;
  top:65px;
  position:absolute;
  align-content: center;
  z-index:2;
  text-align: center;
  font-size:20px;
}
.yap a {
  color:red;
  text-decoration:underline;
  text-decoration-color:red;
}
.axl{
  transform: scaleX(-1);
  filter:brightness(50%);
  filter:contrast(300%)
}
.brick{
  top:200px;
  position:absolute;
  z-index:3;
  transform: scaleX(-1);
  filter:brightness(50%);
  filter:contrast(300%)
}
