h1{
    color: blue;
  }
  h1{
         color: blue;
  }
  p{
      font-size: 10%;
      color: tomato;
      text-align: center;
  }
  .class{
      text-align: right;
  }
  .index{
    display:flex;
    justify-content:space-between;
    gap:5px;
    align-items: center;
  }