:root {
  background: black;
  color: white;
}
body {
  width: 100%;
  height: 100%;
}
svg#svg-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -10px;
}

#end-game {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0px;
  padding-top: 40%;
  text-align: center;
  font-size: 6vw;
  background-color: black;
  display: none;
  visibility: hidden;
}

main {
  position: relative;
  z-index: 20;
  top: 0%;
  /* margin-top: 70px; */
}

h1,
h4 {
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.main-img {
  width: 90%;
  height: auto;
  margin-left: 5%;
}

button {
  color: white;
  background-color: black;
  border: 1px solid white;
  border-radius: 40px;
  padding: 0px;
  width: 50%;
  margin-left: 25%;
  margin-top: 30px;
}

#main,
#computer-player,
#starting-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

a {
  text-decoration: none;
  color: white;
}

#starting-card,
#info {
  margin-top: 40px;
  margin-bottom: 40px;
  /* margin-right: 0 !important; */
  display: inline-block;
  justify-content: space-around;
  width: 15%;
}
.mid {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

#unpicked-cards {
  margin: 40px 0 !important;
  display: inline-block !important;
}

.playing-card,
.images,
.unpicked-cards {
  margin-left: 10px;
}

.playing-card img,
img.playing-card,
.images img,
img.images {
  width: 60px;
  height: 90px;
  /* transition: 10s all ease-in-out; */
}

#unpicked-cards {
  width: 45%;
}
img.unpicked-cards {
  /* float: right; */
  width: 100%;
}

#nkoKadi,
.extras {
  display: flex;
  justify-content: space-around;
  color: white;
  margin: 20px;
}

/* Responsiveness for large devices */
@media (min-width: 768px) {
  main {
    width: 50%;
    margin-left: 25%;
  }
}
