*{
    margin: 20; 
    padding: 20;
    box-sizing: border-box
    
}
body{
   background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,121,46,1) 35%, rgba(0,212,255,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(148,187,233,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;
}