*{
    margin: 10; 
    padding: 7;
    box-sizing: border-box
    
}
body{
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

div{
     border: 8px black solid;
    border-radius: 8px;
    background-color: #00768B;
}

h1{
    font-family: cursive;
    border: red 8px inset;
    color: white;
    text-shadow: -2px -2px 1px #000,
        2px 2px 1px #000,2px 2px 1px #000,
        2px 2px 1px #000;
}
button{
    
   font-size: 25xp; 
    font-family: cursive;
    color:black;
    background-color: lavender;
    border: 2px black solid;
    border-radius: 8px;
   
    
}
button:hover{
   font-size: 25xp; 
    font-family: cursive;
    color:black;
    background-color: white;
    border: 2px blue solid;
    border-radius: 8px;
    
    
}

input{
  size=20px;
    width: 500px;
    background-color: #EBF5FB;
    border: 7px dark solid;
     border-radius: 18px;
}

