body{
    text-align: center; 
}

h1{
    color: rgb(242, 51, 8); 
    border: solid 2px rgb(191, 225, 18); 
    border-radius: 10px;
  }

  a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }

  a:hover {
    background-color: #ff4848;
    color: rgb(81, 44, 44);
  }

  .button {
    background-color: #a2ea83;
    color: rgb(81, 44, 44);
    border-radius: 10px;
  }
  .pic {
    border: solid 5px rgb(144, 0, 255); 
    border-radius: 10px;
  }

  #title1{
      font-size: 25px;
      color: rgb(255, 105, 105);
    }
  #title2{
    font-size: 18px;
    color: rgb(7, 161, 161);
  }
    .st{
      color: blue;
    }