@charset "UFT-8";

*{
   font-family: Arial, Helvetica, sans-serif;
}

body{
   background-image: linear-gradient(to bottom,#f2c3a7,#7a380f );
   
}
main {
   
   
   background-color: white;
   border-radius: 15px; 
   box-shadow:  5px 5px 5px #52260a91 ;
   width:800px;
   padding: 10px;
   margin: auto;
}

h1 {
color:#e95c05 ;
text-align: center;
text-shadow: 1px 1px 2px black;
}
h2{
color:black;
text-align: center;
}
p{
   text-align: justify;
   text-align: center;
}