@charset "UTF-8";
 *{
    font-family: Arial, Helvetica, sans-serif;
    /* height: 100%; */
 }

 body{
    background-image: linear-gradient(to right, #BDE038 , #A3AB78);
 }

 main{
    background-color: white;
    border-radius: 10px;
    box-shadow: 5px 5px 15px #5a5f43bd;
    width: 600px;
    padding: 10px;
    margin: auto;
 }
 h1{
    color: #506266;
    text-align: center;
    text-shadow: 1px 1px 2px  #242c2ee9
 }
 h2{
    color: #10454F;
 }
 p{
    text-align: justify;
 }