body {
  background-color: red;
  background-image:url("happy.gif"); 
  color: #38001B;
  font-family: garamond;
  justify-content: center;
  align-items: center;
  text-align:left;
}
.yap{
   border: 4px double #DE006D;
  border-style: ridge;
  border-radius: 1px;
  padding: 1rem 1.5rem;
  background-color:#FC74B6;
  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:#38001B;
  text-decoration:underline;
  text-decoration-color:#38001B;
}
.sue3{
  transform: scaleX(-1);
}