.BOX{
  width:600px;
  background-color:white;
  border-radius:15px;
  margin:auto;
  margin-top:100px;
  padding:15px;
}
h1{
  font-weight:normal;
  font-size:60px;
  font-family: "Sacramento", cursive;
  font-weight: 400;
  font-style: normal;
}
body{
  text-align:center;
  background-color:pink;
  
}
#cookie{
  width:100px
}
#brokencookie{
  width:200px
}
#squid{
  width:400px;
}
#cookie:hover{
  width:120px
}