body {
  margin: 0;
  background-image: url("assets/wallText/Stylized_Sci-fi_Wall_001_basecolor.jpg");
  background-size: 100vh cover;
  padding: 0;
}
.title-start {
  background-color: grey;
  border-width: 0rem;
  text-decoration: underline orangered;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-start {
  background-color: grey;
  border-width: 0rem;
  text-decoration: underline orangered;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.btn-start:hover {
  color: white;
  background-color: orangered;
  text-decoration: underline grey;
}

.btn-select {
  background-color: orangered;
  color: whitesmoke;
  border-radius: 5px;
  border: 0rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
.btn-select:hover {
  background-color: orange;
}

.col-model {
  border-radius: 5px;
}

.col-model:hover {
  background-color: #00bfff;
}

.top-text {
  background-color: orangered;
  width: auto;
  border-radius: 5px;
  box-shadow: 5px black;
  font-family: Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-weight: bold;
  border-bottom: 5px solid white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
  text-shadow: 1px 1px 2px rgba(174, 174, 174, 0.7);
}
.pause-btn {
  font-size: 32px;
  padding: 5px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}
#timer {
  position: fixed;
  top: 20px;
  left: 20px;
  font-size: 28px;
  background-color: grey;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding-right: 15px;
  padding-left: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.7);
}

#winTime {
  background-color: grey;
  border-width: 0rem;
  border-radius: 5px;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
}

.card.easy:hover {
  background-color: green;
}
.card.normal:hover {
  background-color: orange;
}
.card.hard:hover {
  background-color: red;
}

.loadingLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35vh;
}

.loadingLogo img {
  max-width: 100%;
  max-height: 100%;
}

.overlay-text {
  margin-top: -8vh;
  padding-left: 5vh;
  text-align: center;
}

.commands {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}

.commands img {
  max-width: 70%;
  max-height: 70%;
}
