* {
    box-sizing: border-box;
  }
  
  body {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Style the header */
  header {
    background-color: #555555;
    padding: 20px;
    text-align: center;
    font-size: 35px;
    color: white;
  }
  
  /* Create two columns/boxes that floats next to each other */
  nav {
    float: left;
    width: 15%;
    height: 600px; /* only for demonstration, should be removed */
    background: #47b0de;
    font-size: larger; font-style: oblique;
    color: 350f6f;
    padding: 30px;
  }
  
  /* Style the list inside the menu */
  
  
  article1 {
    float: left;
    padding: 20px;
    width: 30%;
    background-color: #f1f1f1;
    height: 600px; /* only for demonstration, should be removed */
  }
  
  article2 {
    float: left;
    padding: 20px;
    width: 45%;
    background-color: #f1f1f1;
    height: 600px; /* only for demonstration, should be removed */
  }



  /* Clear floats after the columns */
  section::after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Style the footer */
  footer {
    background-color: #777;
    padding: 10px;
    text-align: center;
    color: white;
  }
 .heading1 {color: rgba(38, 10, 220, 0.608);
text-align: center;
background-color: rgb(154, 160, 158);
  size: 33;
}

.heading2 {color: rgb(132, 0, 255);
  text-align: center;
  background-color: aquamarine;
    size: 22;  
}
  
 
  