body {
      font-family: 'Roboto', sans-serif;
      scroll-behavior: smooth;
    }
    .navbar {
      background-color: white;
      box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
    }
    .navbar .nav-link {
      color: black !important;
      font-weight: 500;
    }
    .navbar-brand img {
      height: 70px;
      width: 120px;
    }
    .carousel-item img {
      height: 730px;
      object-fit: cover;
    }
    section {
      padding: 60px 0;
    }
    section:nth-of-type(even) {
      background-color: #f8f9fa;
    }
    section:nth-of-type(odd) {
      background-color: #ffffff;
    }
    footer {
      background-color: #000;
      color: #fff;
      padding: 30px 0;
    }
    .social-icons a {
      color: #fff;
      margin: 0 10px;
      font-size: 1.2rem;
    }
    h2 {
      font-weight: 700;
    }