body {
    background-color: rgba(238, 241, 245, 0.877);
  }
  
  h1 {
    color: rgb(22, 132, 165);
   }
  h2{
    color: rgb(31, 97, 97);
    text-align: justify;
    text-justify: inter-word;
    margin-left: 20px;
  }
  p{
    text-align: justify;
    text-justify: inter-word;
    margin-left:20px;
  }

  .logo{
    width:20%;
    margin-left: 60px;
   }
  .portage{
    width:55%;
  }
  a{text-align:justify;
  text-justify: inter-word;
margin-left:20px;}
h3{
  color: rgb(53, 177, 177);
}