@media screen and (min-width: 768px) {
  .streams {
    align-self: flex-end;
    padding-bottom: 1rem;
  }
  .brand {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: end;
  }
  .name {
    font-size: 6rem;
  }

  .menu-bar {
    display: none;
  }
  .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    font-size: 1.2rem;
    font-family: "Montserrat", "Playfair Display";
    font-weight: 700;
  }
  .album {
    width: 35%;
  }

  .album-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 1rem;
  }

  .section-head {
    font-size: 5vw;
  }
  .footer-links {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    font-size: 1.2rem;
    font-family: "Montserrat", "Playfair Display";
    font-weight: 700;
  }
}
