body {
  margin: 0;
  font-family: "Courier New", Courier, monospace;
  overflow-x: hidden;
  background-image: linear-gradient(to right, #92ccdd, #c7eff0);
}

button {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-weight: bold;
  border: grey solid;
  border-radius: 30%;
}

button:hover {
  border: blue solid;
  border-radius: 30%;
}

button:disabled {
  border: grey solid;
  border-radius: 30%;
}

button:disabled:hover {
  border: grey solid;
  border-radius: 30%;
}

#app-container {
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.display-content-container {
  width: 720px;
  border-bottom: 1px solid grey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-interaction-container {
  width: 720px;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-around;
}

.disabled-action a {
  pointer-events: none;
  opacity: 50%;
}

.hide-class {
  opacity: 0%;
}

#app-title {
  margin-top: 4rem;
  margin-bottom: 4rem;
  text-align: center;
  font-size: xx-large;
}

footer {
  margin-top: 4rem;
  text-align: center;
}
