  .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: black;
  }
  .content h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .content p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }

  body{
    background-color: white;
    height: 100px;
  }
  .button {
    display: inline-block;
    padding: 1rem 2rem;
    background-color: navy;
    color: white;
    text-decoration: none;
    border-radius: 5px;
  }
  /* Parallax effect */
  @media (min-width: 768px) {
    .parallax-section {
      height: 400px;
    }
    .parallax-bg {
      transform: translateZ(-1px) scale(2);
    }
  }

  .description1{
    padding: 40px;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
  }
  