html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-color: #410713; /* Sabit koyu bordo */
  overflow-x: hidden;
}

.droptown {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #410713;
  width: 100%;
  height: 100%;
}

.signin {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  font-size: var(--font-size-71xl);
  color: var(--color-tan);
  font-family: var(--font-axiforma);
  background-color: transparent; /* Beyaz arkaplan sorunu giderildi */
}

.logo-full-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 670px;
  height: 276px;
  object-fit: cover;
}

.ok-yakinda,
.text-container {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Yazılar arası boşluk */
  color: var(--color-tan);
}

.ok-yakinda {
  font-weight: 800;
  font-size: 48px;
}

.szlerleyz {
  font-weight: 100;
  font-size: 48px;
}

