@font-face {
  font-family: "Departure";
  src: url("Departure.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: black;
  color: white;
  width: 100%;
  font-family: "JetBrains";
  display: flex;
  align-items: center;
  flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

dialog {
  background-color: black;
  border: solid 3px white;
  width: fit-content;
  text-align: center;
}

p {
  color: white;
}

marquee {
  position: sticky;
  top: 0;
  background-color: black;
}

audio {
  position: sticky;
  top: 0;
}

a {
  color: yellow;
}

.mega-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.content-container {
  border: solid 5px gray;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.menu-container {
  position: sticky;
  top: 29px;
  margin-right: 10px;
  width: fit-content;
  padding: 10px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  border: solid 3px white;
}

.menu-button {
  margin-bottom: 7px;
  border: solid 2px white;
  width: fit-content;
  background-color: black;
  color: white;
}

.active-menu-button {
  margin-bottom: 7px;
  border: solid 2px white;
  width: fit-content;
  background-color: yellow;
  color: black;
}

 .menu-button:hover {
   cursor: pointer;
   background-color: yellow;
   color: black;
 }

.card-container {
  width: 550px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: solid 3px white;
}

.card {
  margin: 10px;
  border: solid 2px white;
  padding: 5px;
  width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card img {
  width: 420px;
}

.card dialog {
  width: fit-content;
}

.card dialog img {
  width: 80%;
}

.card img:hover {
  cursor: pointer;
}

#play {
  width: 90px;
}

.divider {
    border-top: 3px dotted grey;
    width: 100%;
}
