.container{
  max-width: 1200px!important;
}
input[type="text"],input[type="tel"],input[type="email"],input[type="password"], textarea{
  padding: 2px 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .container{
    max-width: calc(100% - 24px)!important;
  }
}
/* Başlıklar */
h1 {
  font-size: 2.2rem !important;
  font-weight: bold !important;
  color: #ffffff !important;
  margin-bottom: 1rem !important;
  border-bottom: 2px solid #444 !important;
  padding-bottom: 0.5rem !important;
}

h2 {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  color: #cccccc !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}

/* Liste */
ul {
  list-style-type: disc; /* yuvarlak noktalar */
  margin-left: 1.5rem !important;
  margin-bottom: 1rem !important;
}

li {
  margin-bottom: 0.5rem !important;
  line-height: 1.4 !important;
  color: #d0d0d0 !important;
}
