body {
  background-color: #e0e0e0;
  font-family: 'Courier New', Courier, monospace;
}
.retro-box {
  border: 3px double #000;
  padding: 20px;
  background-color: #fdf6e3;
  margin-bottom: 20px;
}
.retro-header {
  background: #008080;
  color: #fff;
  padding: 20px;
  text-align: center;
  border: 3px ridge #000;
}
.retro-nav {
  background: #ffd700;
  border: 2px solid #000;
}
.retro-nav a {
  color: #000;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  text-decoration: none;
}
.retro-nav a:hover {
  background: #ff69b4;
}
.buy-btn {
  background: #00ff00;
  border: 2px solid #000;
  padding: 10px 20px;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
}
footer {
  background: #c0c0c0;
  padding: 10px;
  text-align: center;
  border-top: 2px dashed #000;
}
.total-box {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
.onion-form {
  border: 2px dashed #aaa;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fffdf5;
  position: relative;
}
.politician-form {
  background-color: #ffe5e5;
  border-color: #cc0000;
}
.remove-onion-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background: transparent;
  font-size: 1.2rem;
  font-weight: bold;
  color: #cc0000;
  cursor: pointer;
}

.retro-header-logo img {
  max-height: 160px;
  width: auto;
  height: auto;
  margin-bottom: 10px;
}

/* Make logo smaller on smaller screens */
@media (max-width: 768px) {
  .retro-header img {
    max-height: 100px;
  }
}
