.packet {
    width: 100%;
    height: 600px;
    background-image: url(./images/blured.png), url("./images/painting-mountain-lake-with-mountain-background.jpg");
    background-repeat: no-repeat, no-repeat;
    background-size: 900px, cover;
    background-position: center, 0px;
  }
.display-4 {
    font-family: "Sofia", cursive;
    font-size: 100px;
    font-weight: 400;
    font-style: normal;
    color: #DDE8DE;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .lead{
    font-weight: 500;
    color: #DDE8DE;
  }
  .feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    background: #76abb0;
  }
  .d-block-1 {
    border-radius: 50%;
  }
  .navbar-brand {
    color: #DDE8DE;
    font-size: 30px;
  }
  .navbar {
    color: #1a303b;
  }
  p {
    font-family: 'Times New Roman', Times, serif;
  }
  li {
    font-family: 'Times New Roman', Times, serif;
  }
  h2 {
    color: #93cbd0;
  }
  h3 {
    color: #93cbd0;
  }
  h4{
    color: #76abb0;
  }
  .text {
    border-radius: 10px;
  }
  .Hello {
    color:#76abb0;
  }
  body {
      text-align: center;
  }
  .Rights {
    color: #DDE8DE;
  }