body {
  overflow: hidden;
  padding-top: 80px;
  background: #eee;
}

#app {
  background: none;
}

.header {
  background: #282828;
}

.fourzerofour {
  width: 480px;
  max-width: 90%;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  background: none;
}

#aramakutusu {
  width: 100%;
}

#aramakutusu input {
  width: 88% !important;
  max-width: unset !important;
  display: block !important;
  height: 50px;
  font-size: 20px;
  margin-left: 0;
}

.search-icon {
  margin: auto;
  right: 40px;
  top: 30px;
}

.uye-ol {
  padding: 0;
  border: 0;
}

.header a {
  margin: 10px;
}

.header-elements:last-child {
  margin-left: 0;
}

.notfoundtext {
  color: #fff;
}

.notfoundtitle {
  border-bottom: 5px solid #545454;
  width: 320px;
  margin: auto;
  background: #1c1c1c;
  padding: 8px;
  border-radius: 5px;
  max-width: 82%;
}

.copyright {
  margin-top: 8px;
  background: none;
  display: block;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.header-last {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

@media only screen and (max-width: 992px) {
  body {
    padding-top: 24px;
  }
  .header a {
    margin: 6px;
  }
  .notfoundtitle {
    max-width: 95%;
  }
}
