body{
    background-color: rgb(238, 158, 245);
    text-align: center;
    text-decoration: wavy;
}
h1{
    text-align: center;
}
a {
  display: block;
  width: 100px;
  height: 35px;
  padding: 5px;
  border: 2px solid rgb(243, 111, 199); 
  display: inline-block;

    display: flex;
  justify-content: center;
  align-items: center;
}
