body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.top-banner {
  background: #990000;
  color: white;
  text-align: center;
  padding: 10px;
}

.apply-btn {
  background: white;
  color: #990000;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.navbar {
  background: #212121;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}

.navbar .logo {
  display: flex;
  align-items: center;
}

.navbar .logo img {
  height: 30px;
  margin-right: 10px;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
}

.hero {
  background: url('USC Picture.jpg') center/cover no-repeat;
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.hero h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0;
}

.hero p {
  font-size: 1.2em;
  font-style: italic;
}

.welcome {
  background: #990000;
  color: white;
  text-align: center;
  padding: 20px;
}

.journey, .resources, .goals, .events {
  padding: 20px;
  max-width: 1000px;
  margin: auto;
}

.resources .resource-logos {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.resource img {
  height: 60px;
}

.goals ol {
  padding-left: 20px;
}

.events-content {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.events-content ul {
  list-style: square;
}

.carousel img {
  max-width: 400px;
  border: 1px solid #ccc;
}

footer {
  background: #990000;
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  flex-wrap: wrap;
}

footer img {
  height: 40px;
}

footer a {
  color: white;
  text-decoration: underline;
}
