body {
  background-image: url("https://zunralaboratories.neocities.org/rarebit/img/fondo_purplestars.gif");
  background-repeat: repeat;
}

.sorry-text, .sorry{
  font-family: "Henny Penny", serif;
  font-weight: 400;
  font-style: normal;
  max-width:100%
}

.sorry-text{
    background-color:  #ffffff;
  outline: 3px solid #000000;
  text-align:center;
    border-radius: 25px;
    font-size:38px;
    max-width:100%
    
}
.cookie{
   display: flex;
  justify-content: center;
  height:400px;
  width:400px;


}

.sorry{
  text-align:center;
  position:static;
    font-size:40px;
     text-shadow: 2px 2px 4px #000000;
}

.all-of-it
{
  display: flex;
flex-direction: row;
position:absolute;
height: 400px;
justify-content:center;
background-color:white;
width:1170px;
   border-radius: 25px;
   right:195px;
    box-shadow: 2px 2px 4px black;
}