body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #fdfcf9;
  color: #333;

}

.header {
  background: #fff6ec;
  text-align: center;
    padding: 15px 0 15px 0;
  border-bottom: 4px solid #f9a13b;
}

.header h1 {
  font-size: 2rem;
  color: #f99500;
  margin-bottom: 0.5rem;
}

.form-container {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

form label {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
  color: #333;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 0.7rem;
  margin-top: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  box-sizing: border-box;
  resize: none;
}

form button {
  margin-top: 1.5rem;
  background-color: #f99500;
  color: #fff;
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}
form button:hover {
  background-color: #e38300;
}
.almenu a{
  font-family: 'Times New Roman', Times, serif;
margin-bottom:-1%;
  
}
a{
cursor: pointer;
}
        a{
            text-decoration: none;
            cursor: pointer;
        }
        .szoveglink {
            color: #FD9B21;
            position: relative;
            transition: color 0.3 ease;
        }

        .szoveglink::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
            width: 0;
            background-color: currentColor;
            transition: width 0.3s ease;
        }
        .szoveglink:hover {
  color: #e28917;
}
.szoveglink:hover::after {
  width: 100%;
}
