*{
    margin: 20; 
    padding: 20;
    box-sizing: border-box
    
}
body{
  background: rgb(131,58,180);
background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);
}

div{
     border: 8px black solid;
    border-radius: 8px;
  background: rgb(238,174,202);
background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(233,148,152,1) 100%);
}

h1{
    font-family: cursive;
    color: white;
    text-shadow: -2px -2px 1px #000,
        2px 2px 1px #000,2px 2px 1px #000,
        2px 2px 1px #000;
}