  body{
        background-color: rgb(80, 104, 235);
      font: normal 15pt arial;
    }

    header{
color: white;
text-align: center;
    }
   section{

    background-color: aliceblue;
    border-radius: 10px;
    padding: 15px;
    width: 500px;
    margin: auto;
    box-shadow: 5px 5px 10px black;
   }
   footer{
font-style: italic;
text-align: center;
color: white;
   }

   div{
    text-align: center;
    padding: 8px;
   }
   img{
    border-radius: 200px;
   }
   #impu{
    text-align: center;
   }
 