body {
background-color:black;
color:white;
background-image:url("grass.png");
font-family: "Sour Gummy", sans-serif;
}
h1 {
  -webkit-text-stroke-width:1px;
  -webkit-text-stroke-color: #FFF5AD;
  text-shadow: 2px 2px 5px #FFF5AD;
}
div.box {
  background-color:#2F7CE0;
  background: linear-gradient(0deg,rgba(47, 124, 224, 1) 0%, rgba(112, 217, 255, 1) 100%);
  padding:10px;
  border-style:outset;
  border-color:#175BD1;
  width:700px;
  margin:auto;
}
.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
div.deco
{
  margin:auto;
  margin-right:440px;
  
}
img.sun {
margin-top: -141px;
  margin-right: 38px;
}
