/* Style for the About title */
#about {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 2.5rem;
  font-weight: bold;
}

/* Style for the About paragraph */
#home p {
  text-align: justify;
  font-size: 1.15rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

/* Style for links inside the About paragraph */
#home p a {
  color: #0056b3;
  text-decoration: none;
}

#home p a:hover {
  text-decoration: underline;
}
