h1,h2,h3,h4 {text-align: center;  
      font-family: "Raleway", serif;
      font-optical-sizing: auto;
      font-weight: 700;
      font-style: normal;
    }

/* Centering the links */
.reflections {
    text-align: center; /* Centers inline elements like <a> and <h4> */
    margin: 20px 0; /* Adds some spacing */
}

.link {
    display: inline-block;
    font-size: 1.2rem;
    padding: 10px 20px;
    text-decoration: none;
    color: #fff;
    background-color: #ff69b4; /* Pink background */
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.link:hover {
    background-color: #d64997; /* Darker pink on hover */
}

p {   font-family: "Raleway", serif;
      font-optical-sizing: auto;
      font-weight: 400;
      font-style: normal;
    }