*{
    box-sizing: border-box;
  }
  body {
    background-color: rgba(105, 153, 241, 0.773);
    margin: 0;
    padding: 0;
    font-family: 'Courier New', Courier;
  }
  
  header {
    width: 100%;
    background-color: rgba(13, 13, 14, 0.567);
    padding: 20px;
    position: absolute;
    top: 0px;
    display: flex;
   justify-content: space-around;
   word-spacing: 20px;
  }
  header a {
    text-decoration: none;
    color: blanchedalmond;
    margin-top: 50px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .head {
    align-items: center;
  }
  .head h1{
    align-items: center;
    margin-top: 100px;
    font-size:50px;
    color: rgb(245, 243, 243);
    text-shadow: 0vmax;
  
  }
  .head h4{
    align-items: center;
    font-size: 15px;
    font-weight: bolder;
    color: rgb(75, 114, 241);
    background-color: aquamarine;
    width: 260px;
    border-radius: 15px;
  }
  .banner-container  {
   
    display: flex;
    align-items: center;
  }
  .left-section {
   border: aquamarine;
   border-radius: 10px;
    margin-left: 50px;
    width: 300px;
   margin-top: 5px;
   align-items: justify;
  }
  .left-section p {
    background-color: rgba(0, 0, 0, 0.296);
    padding: 15px;
    text-align: justify;
    border:10px;
    margin-left: 50px;
    width: 300px;
    font-size: 12 px;
    color: rgb(197, 197, 129);
    font-weight: bold;
    border-radius: 30px;
    
  }
  .right-section {
  
    align-items: right;
    margin-top: 5px;
    margin-left: 200px;
    border: 12px;
    border-radius: 5px;
    opacity: calc(300px);
  }
  .footer {
    background-color: rgb(8, 8, 8);
    font-size: 10px;
    color: goldenrod;
  }
  .left-section a{
    text-decoration: none;
    color: rgb(197, 197, 129);
  }
  
    