body {
    font-family: 'Times New Roman', serif;
    background: url('background-image.png') no-repeat center center fixed;
    background-size: cover;
    background-position: center; 
    background-attachment: fixed; 
    background-repeat: no-repeat; 
    margin: 0;
    padding: 0;
    color: #000;
  }
  
  header {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 1rem 0;
    border-bottom: 2px dotted black;
  }
  
  h1 {
    font-size: 2.5rem;
    margin: 0;
    letter-spacing: 2px;
  }
  
  .nav-menu {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    border-bottom: 2px dotted black;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .nav-menu li {
    margin: 0 1.5rem;
  }
  
  .nav-menu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 1rem;
  }
  
  .search-bar {
    display: flex;
    align-items: center;
  }
  
  .search-bar input {
    padding: 0.3rem 0.5rem;
    border-radius: 1rem;
    border: 1px solid #ccc;
    margin-right: 0.3rem;
  }
  
  .search-bar button {
    background: white;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
  }
  
  main {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 1rem auto;
    max-width: 900px;
    border-radius: 8px;
  }
  
  .main-content h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: bold;
  }
  
  .question-form {
    margin-top: 2rem;
    background-color: #f7f7f7;
    padding: 1rem;
    border-radius: 8px;
  }
  
  .question-form h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  
  .question-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .question-form input {
    flex: 1 1 30%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
  }
  
  .question-form button {
    padding: 0.5rem 1rem;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    border-radius: 0.5rem;
    cursor: pointer;
  }
  .overlay {
    background-color: rgba(255, 255, 255, 0.85); 
    padding: 2rem;
    border-radius: 10px;
  }
  .custom-link {
    text-decoration: none;
    color: black;
  }
  
  .custom-link:hover {
    color: darkblue;
  }
  body {
    font-family: 'Times New Roman', serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
  }
  
  .main_rights {
    text-align: center;
    padding: 40px 20px;
    background: linear-gradient(to bottom, #e6e6e6, #ffffff);
  }
  
  .title_rights {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  
  .text_rights {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 30px;
    line-height: 1.6;
  }
  
  .phone_rights {
    font-weight: bold;
    color: #d35400;
  }
  
  .images_rights {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  
  .img_left_rights,
  .img_center_rights,
  .img_right_rights {
    width: 250px;
    height: auto;
    border: 1px dotted #999;
    background-color: #fff;
    padding: 5px;
  }
  
  .footer_rights {
    margin-top: 20px;
  }
  
  .footer_text_rights {
    font-size: 16px;
    font-style: italic;
  }
  