body {
  font-family: "Lucida Grande", Geneva, Arial, sans-serif;
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
  text-align: center;
}

.navbar, .topbar {
  background-color: #e5e5e5;
  border-bottom: 1px solid #ccc;
}

.navbar ul, .topbar ul {
  list-style: none;
  margin: 0;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
}

.navbar li, .topbar li {
  margin: 0 10px;
  cursor: pointer;
}

.main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}

.ipod-image {
  width: 120px;
  margin-bottom: 20px;
}

.headline h1 {
  font-size: 32px;
  margin: 0;
}

.subtext {
  font-size: 20px;
  color: #888;
}

.news-headlines {
  border-top: 2px solid #ccc;
  margin-top: 40px;
  padding: 20px 0;
}

.news-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.news-item {
  width: 180px;
  font-size: 14px;
}

.news-item img {
  width: 48px;
  height: 48px;
}

.footer {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 12px;
  color: #333;
}

.footer a {
  color: #0000cc;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

input[type="text"] {
  padding: 4px;
  font-size: 12px;
  margin: 5px;
}

button {
  font-size: 12px;
  padding: 4px 8px;
}
