*{
    font-family: sans-serif;
    color: rgb(2, 8, 26);
   }
   
   body{
       background-color: rgb(73, 180, 207);
   }
   
   h1, h2 {
       color: rgb(14, 48, 100);
       font-family: cursive;
       font-size: 40px;
   }
   
   hr {
       color: rgb(3, 12, 26);
       height: 2px;
       background-color: rgb(4, 12, 48);
   }
   main {
       width: 50%;
       margin: auto;
   }
   p {
       font-size: 15pt;
       line-height: 20pt;
   }
   ul {
       font-size: 15px;
       color: rgb(5, 49, 25);
   }