@font-face {
  font-family: 'Bahnschrift Light';
  src: url('assets/fonts/both.ttf') format('truetype');
}

@font-face {
  font-family: 'Minecraft Rus';
  src: url('assets/fonts/mr.ttf') format('truetype');
}

body {
  margin: 0;
  background-color: #1f1f1f;
  color: white;
  font-family: 'Bahnschrift Light', sans-serif;
}

.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  padding: 0 60px;
  box-sizing: border-box;
}

.left {
  max-width: 500px;
}

.logo {
  width: 320px; /* made bigger */
  margin-bottom: 20px;
  margin-left: -10px;
}

.title {
  font-family: 'Minecraft Rus', monospace;
  font-size: 24px;
  margin: 0 0 15px 0;
}

.subtitle {
  font-size: 16px;
  line-height: 1.5;
}

.hint {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.search-bar {
  display: flex;
  margin-top: 20px;
}

.input-box {
  padding: 12px 15px;
  font-size: 16px;
  font-family: 'Minecraft Rus', monospace;
  border: none;
  outline: none;
  width: 300px;
  background-color: #2a2a2a;
  color: white;
}

.search-button {
  width: 50px;
  background: none;
  border: none;
  padding: 0;
  margin-left: 5px;
  cursor: pointer;
}

.search-button img {
  width: 100%;
  height: auto;
}

.footer-note {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}

.right .side-art {
  width: 600px; /* 2x bigger */
  max-height: 90vh;
  object-fit: contain;
}
