.home-container {
  display: flex;
  flex-direction: column;
  gap:40px;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  margin-top:-40px;
}
.header1 {
  font-family: var(--font-varela);
  font-weight: var(--font-weight-normal);
  font-style: normal;
  font-size: 65px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--main-black);
  margin-bottom:20px;
  text-shadow: 4px 4px 4px var(--black-border);
}
a{
  text-decoration:none !important;
}
.header2 {
  font-family: var(--font-varela);
  font-weight: var(--font-weight-normal);
  font-style: normal;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(30, 30, 30, 1);
  margin-bottom:30px;
  text-shadow: 4px 4px 4px var(--black-border);
}

.header3 {
  font-family: var(--font-varela);
  font-weight: var(--font-weight-normal);
  font-style: normal;
  font-size: 52px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(30, 30, 30, 1);
  margin-bottom:30px;
  text-shadow: 4px 4px 4px var(--black-border);
}

.upload-button,
.search-button,
.dictionary-button,
.about-button,
.profile-button {
  color: var(--main-white);
  background-color: var(--pruple);
  box-shadow: -4px 6px 6px rgba(0, 0, 0, 0.3) !important;
  width: 220px;
  height: 68px;
  border-radius: 100px;
  border: none;
  font-weight: var(--font-weight-medium);
  font-family: var(--font-hebrew);
  font-size:20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;   
  width: 200px;
  margin-top:40px;
  margin-bottom:40px;
}

.button-container {
  display:flex;
  gap:40px;
}

.header-cont {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 700px;
}

.text {
  font-size: 20px;
  width:545px;
  text-align: center;
}

.lang-en .text {
  width: 600px;
}

.header {
  font-size: 30px;
  color: #C1128E;
  font-weight: 700;
}

.lang-de .header {
  text-align:center;
}

.lang-de .text {
  width: 680px;
}