body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  background: #f4f4f4;
  color: #222;
}

header {
  background: #1e3d59;
  color: white;
  padding: 1rem;
}

nav a {
  color: white;
  margin-right: 15px;
  text-decoration: none;
  font-weight: bold;
}

main {
  padding: 20px;
  max-width: 1100px;
  margin: auto;
  background: white;
}

footer {
  background: #222;
  color: #ccc;
  text-align: center;
  padding: 15px;
  margin-top: 30px;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-bottom: 10px;
}

.vote-option {
  margin-bottom: 20px;
}

button {
  padding: 8px 14px;
  background: #1e3d59;
  color: white;
  border: none;
  cursor: pointer;
}