body {
  color: black;
  font-family: Verdana;
  background-image: url("https://f2.toyhou.se/file/f2-toyhou-se/images/99284036_S5VLFjl5xgP21LH.png");
  background-repeat: no-repeat;
  Background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
 
 
h3{
  text-shadow: 2px 3px 1px #000000;  
}

p{
 text-shadow: 0px 3px 1px #000000, 0px -2px 4px #e6da40;
}

#box1{
    border: 5px dotted;
    width: 350px;
    height: 250px;
    font-size: 22px;
    background: rgba(255, 0, 0, 0.248);
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 300px;
}
