#style4 {
    outline: none;
    border: none;
    background: none;
    color: rgba(255, 255, 255, 1); /* Beyaz, Alfa: 100% */
    font-family: "TitanOne-Regular";
	font-size: 20px; /* Yazı tipi boyutu */
  text-align: center;
}

#style4::placeholder {
    color: rgba(255, 255, 255, 1); /* Placeholder yazı rengi beyaz */
}

#style5 {
  outline: none;
  border: none;
  color: rgba(178, 223, 255, 0.7); /* Beyaza yakın mavi, Alfa: 70% */
  font-family: Brocats;
}

#style6 {
  outline: none;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 1); /* Beyaz, Alfa: 100% */
  font-family: Arial, sans-serif; /* Arial yazı tipi */
  font-weight: bold; /* Yazı tipi kalınlığı */
  font-size: 20px; /* Yazı tipi boyutu */
}
