@font-face {
  font-family: "Sixers";
  src: url("../fonts/NBA/NBA-76ers.ttf");
}
@font-face {
  font-family: "Suns";
  src: url("../fonts/NBA/NBA-Suns.ttf");
}

html,
body {
  height: 100%;
  background: url("https://wallpaperhd.wiki/wp-content/uploads/hd-backgrounds-basketball-wallpaper.wiki-basketball-court-full-hd-background-pic-wpc009939.jpg")
    no-repeat center fixed;
  margin: 0px;
  display: flex;
  justify-content: center;
  min-width: 550px;
}

#start {
  background-color: transparent;
}

h3 {
  line-height: 20pt;
  margin: 0;
  font-size: 25pt;
  font-family: Sixers;
}
h4 {
  font-size: 17pt;
  margin: 0;
  font-family: Suns;
}

h5 {
  font-size: 12pt;
  margin: 0;
  text-align: center;
}

.container {
  margin: 100px;
  margin-top: 10px;
  padding: 0px;
  width: 1100px;
  min-width: 550px;
}

.row {
  margin: 0;
}

.col-12 {
  padding: 0px;
  position: relative;
}

.giphyDisplay {
  display: none;
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-49.1%);
  width: auto;
  height: 311px;
  z-index: 2;
  opacity: 0.8;
}

.quizz,
.answer {
  margin-top: 10px;
}

.questions {
  color: aliceblue;
  min-height: 220px;
  /* background-color: rgb(194, 194, 149); */
  border-radius: 15px;
  /* border-top: 2px solid black;
  border-bottom: 2px solid black; */
  padding: 15px;
}

.triviaText {
  line-height: 10px;
  text-align: center;
}

.answers {
  margin: 0;
  padding: 0;
  padding-left: 10px;
}

.oneAnswer {
  color: aliceblue;
  min-height: 25%;
  /* background-color: rgb(194, 194, 149); */
  border-radius: 15px;
  /* border-top: 2px solid black;
  border-bottom: 2px solid black; */
  padding: 15px;
}

.footer {
  position: fixed;
  color: aliceblue;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 640px) {
  .giphyDisplay {
    width: auto;
    height: auto;
    top: 25px;
    max-height: 290px;
  }
}
