@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

:root {
  --primary-color: #3a4052;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.showcase {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color)
    /*url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center*/
    /*center/cover;*/
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-container:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
}

.content {
  z-index: 2;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
  border: solid #fff 1px;
  margin-top: 25px;
  opacity: 0.7;
  margin: 1rem;
  font-size: 0.5cm;
}

.btn:hover {
  transform: scale(0.98);
  cursor: pointer;
}

#howToPlay {
  padding: 40px;
  text-align: center;
}

#howToPlay p {
  font-size: 1.2rem;
  margin: 0 auto;
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  /* font-size: 0.7cm; */
}
.image{
  /* border: 2px solid red; */
  padding: 1em;
  justify-content: center;
}
.foot{
  /* border: 2px solid red; */
  padding: 1em;
  font-size: 1.18rem;
  background-color: rgb(75, 77, 83);
  color: white;
  text-align: center;
}
#howToPlay h2 {
  margin: 30px 0;
  color: var(--primary-color);
}

ul li {
  text-align: left;
  line-break: auto;
  margin-left: 30rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 400;
  font-size: 0.5cm;
}

.container {
  width: 100%;
}
/* 
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(33, 80, 7);
  outline: 1px solid rgb(206, 106, 13);
  border-radius: 5px;
} */

.body {
  max-width: fit-content;
}

#controls {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.container1{
  background-color: rgb(20, 20, 20);
  color: white;
  margin: 1em 0;
  border-radius: 20px;
  padding: 0.5em 0;
}

.footer{
  padding: 1.5em;
  font-size: 1.18rem;
  background-color: rgb(0, 0, 0);
  color: white;
  text-align: center;
}
.footer p{
  padding: 3px;
}

#p{
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}

.p{
  font-family:'Times New Roman', Times, serif;
}

document.getElementById("game-difficulty-label").innerText = "Game Status";