body {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #050505;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
}

p {
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif;
  text-align: justify;
  font-weight: lighter;
  line-height: 1.7;
  padding: 2rem 1rem;
  max-width: 800px;
  margin: auto;
}

a {
  color: #70560d;
  text-decoration: none;
}

a:hover {
  color: antiquewhite;
}

.navbar {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  font-family: Inter, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}

.psLogo {
  max-height: 80px;
  width: auto;
}

.heroImg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

/* Responsive embedded media */
iframe {
  border: none;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 1rem auto;
  display: block;
}

/* Responsive table styling */
table {
  width: 100%;
  max-width: 900px;
  margin: 2rem auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
}

th, td {
  padding: 12px 20px;
  text-align: center;
  border-bottom: 1px dotted white;
}

.about {
  margin-top: 3rem;
}

.spotify {
  padding: 2rem 1rem;
}

.video {
  padding: 1rem;
}

.footer {
  text-align: center;
  font-size: 13px;
  font-weight: lighter;
  padding: 2rem 1rem;
  background-color: #0a0a0a;
  margin-top: 3rem;
}

/* --- MEDIA QUERIES --- */
@media (max-width: 768px) {
  p {
    padding: 1.5rem;
  }

  th, td {
    padding: 8px 10px;
  }

  .navbar-nav {
    background-color: rgba(0, 0, 0, 0.85);
    text-align: right;
  }

  .heroImg {
    height: auto;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 15px;
  }

  p {
    line-height: 1.6;
  }

  iframe {
    width: 100%;
  }

  .footer {
    font-size: 12px;
  }
}
