body {
  position: absolute;
  width: 100vw;
}

h1 {
  text-align: center;
  /* font-size: 70px !important; */
  font-family: "Courier New", monospace;
}

h2 {
  font-size: 25px !important;
  font-family: "Courier New", monospace;
}

h3 {
  font-size: 20px !important;
  font-family: "Courier New", monospace;
}

h4 {
  font-size: 15px !important;
  font-family: "Courier New", monospace;
}

ul {
  text-align: left;
  font-size: small;
}

.my-button {
  display: block;
  margin: auto;
}

.p {
  color: black;
}

.d {
  background-color: red;
}

.left {
  text-align: left !important;
}

#content {
  font-family: "Courier New", monospace;
  padding: 30px;
  padding-top: 1vh;
}

/* .top-space {
  margin-top: 0vh;
} */

.card-title {
  font-weight: 590;
  text-align: center;
}

.card-text {
  text-align: left !important;
}

video {
  width: 100% !important;
  max-width: 50rem !important;
}

.mainNav {
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5) !important;

  border-radius: 50px;
  margin-bottom: 20px;
  position: fixed !important;
  display: flex;
  /* position: fixed !important;
  top: 5 !important; */
  z-index: 1100;
}

.top {
  padding-top: 0px;
  text-align: center;
}

.allCards {
  margin-top: 50px;
}

.sidepanel {
  /* position: fixed !important; */
  padding-top: 10vh;
  position: sticky;
  top: 0;
  background-color: transparent;
  z-index: 4;
  font-family: "Courier New", monospace;
}

.btn-clear {
  box-shadow: 4px 4px 4px 4px rgba(0, 0, 0, 0.5) !important;
  margin: 30px;
}

.buttons {
  display: flex;
  justify-content: center;
}

.clickable {
  /* font-size: 2rem;
  font-weight: 600; */
  /* padding: 1.75rem 3.5rem; */
  /* margin: 5rem 2rem; */
  border: none;
  background-color: #fff;
  color: #444;
  border-radius: 10rem;
  cursor: pointer;
}

/* -------------------------- */
/* CLASSES TO MAKE MODAL WORK */
.hidden {
  display: none;
}

.modall {
  position: fixed;
  top: 50%;
  left: 50%;
  /* text-align: center; */
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  background-color: rgb(255, 255, 255);
  padding: 0.5rem;
  border-radius: 5px;
  box-shadow: 0 3rem 5rem rgba(0, 0, 0, 0.3);
  z-index: 10;
}

/* .scroll {
  max-height: 200px;
  overflow-y: auto;
} */

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 5;
}

.carousel-indicators li {
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}
.carousel-indicators {
  bottom: -50px !important;
}

.spaced {
  margin-top: 20px !important;
}

/* --------- */
#game {
  padding-top: 20vh;
  padding-left: 2vh;
  height: 70vh;
  width: 100vw !important;
  color: #706d6d;
  font-family: "Courier New", monospace;
  font-size: 20px;
  /* box-shadow: 10px 10px 5px 12px lightblue; */
}

.project-btn {
  /* background-color: rgb(65, 65, 65); */
  height: 15vh;
  color: #706d6d;
  font-family: "Courier New", monospace;
  font-size: 20px;
}

.grey_shade_box {
  width: 100%;
  background-color: rgb(65, 65, 65);
  box-shadow: 10px 10px 5px lightblue;
}

.slow-msg {
  display: inline-block;
}

.msg-w {
  color: #fff !important;
}
