body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #e9eff6;
  color: #333;
  text-align: center;
}

header, footer {
  background: #8bb5e4;
  color: #002855;
  padding: 1em;
}

section {
  margin: 2em auto;
  width: 90%;
  max-width: 800px;
}

img {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 5px;
}

video {
  border-radius: 5px;
}
footer {
  background: #8bb5e4;  /* soft neutral blue-gray background */
  color: #002855;       /* deep UofT blue for text */
  padding: 1em 0;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  text-align: center;
}

.footer-logo {
  height: 120px;
  width: auto;
  border: none;          /* ensures no border */
  box-shadow: none;      /* removes any subtle outline */
  background: none;      /* no background behind the logo */
  vertical-align: middle;
}

.footer-content p {
  margin: 0;
  font-weight: 500;
}
