html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Rubik', Arial, sans-serif;
  background-color: #f4f4f4;
  color: #333;
  font-size: 16px; 
}

header {
  background-color: #333;
  color: white;
  padding: 20px 20px;
  text-align: center;
}

header h1 {
  margin: 0;
  font-size: 32px;
}

main {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.faq-section {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.faq-section h2 {
  margin-top: 0;
  color: #00b3b3;
  font-size: 24px; 
  margin-bottom: 10px;
}

.faq-section p {
  font-size: 16px; 
  line-height: 1.5;
  margin: 0;
  margin-bottom: 10px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* אזור call-to-action */
.call-to-action {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.call-to-action h2 {
  color: #00b3b3;
  font-size: 24px;
  margin-top: 0;
}

.call-to-action p {
  font-size: 16px;
  margin: 10px 0 20px;
}

/* אזור התחברות */
.singin-action {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  margin-top: 20px;
}

.singin-action h2 {
  color: #00b3b3;
  font-size: 24px;
  margin-top: 0;
}

.cta-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00b3b3;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px; 
  transition: background-color 0.3s ease;
  margin: 10px 0;
}

.cta-button:hover {
  background-color: #007a7a;
}

button {
  background-color: #00b3b3;
  color: white;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  border-radius: 10vh;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  width: 100vh;
  max-width: 40vh;
  display: block;
  margin: 20px auto;
  text-align: center;
}

button:hover {
  background-color: #00b3b3;
  transform: scale(1.05);
}

button:active {
  transform: scale(0.95);
}

button:focus {
  outline: none;
  box-shadow: 0 0 8px #00b3b3;
}

.home-button {
  position: fixed;
  bottom: 20px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 80px;
  color: #000000;
  border-radius: 50%;
}

.home-button:hover {
  background-color: #ffffffab;
}

#action {
  color: #00b3b3;
}

footer {
  text-align: center;
  padding: 1px 0;
  background-color: #333;
  color: #fff;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 6%;
}
