
#gameboard {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #076324;
  width: 10;
  padding: 0;
  width: 100%;
  height: 600px;
}
#welcome {
  position: absolute;
  z-index: 4
}
#welcome img {
  width: 100%;
  height: auto;
}
#welcome-btn {
  background-color: #ffffff;
  border: none;
  padding: 15px 0;
  width: 175px;
  border-radius: 5px;
  text-decoration: none;
  color: #076324;
  display: inline-block;
  position: absolute;
  top: 480px;
  left: 43%;
  font-size: 1.25em;
}
#welcome-btn:hover {
  background-color: rgba(255,255,255,.8);
}
#card-back1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 100px;
  top: 40px;
}

#player1 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 360px;
  top: 40px;
}

#card-back2 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 100px;
  top: 320px;
}

#player2 {
  width: 30%;
  height: auto;
  position: absolute;
  left: 360px;
  top: 320px;
  display: block;
}
#win1 {
  width: 555px;
  position: absolute;
  top: 40px;
  color: #ffffff;
  font-weight: 800;
}
#win2 {
  width: 555px;
  position: absolute;
  top: 40px;
  color: #ffffff;
  font-weight: 800;
}
#war {
  width: 555px;
  position: absolute;
  top: 40px;
  color: #ffffff;
  font-weight: 800;
}
#button {
  background-color: #ffffff;
  border: none;
  padding: 15px 0;
  width: 175px;
  border-radius: 5px;
  text-decoration: none;
  color: #076324;
  display: inline-block;
  position: absolute;
  top: 250px;
  right: 33%;
  font-size: 1.25em;
}
#button:hover {
  background-color: rgba(255,255,255,.8);
}

#player1-wins {
  position: absolute;
  top: 125px;
  width: 555px;
  color: #ffffff;
}

#player2-wins {
  position: absolute;
  top: 400px;
  width: 555px;
  color: #ffffff;
}

#winner {
  position: absolute;
  z-index: 3;
}
#winner img {
  width: 100%;
  height: auto;
}
#winner-btn {
  background-color: #ffffff;
  border: none;
  padding: 15px 0;
  width: 175px;
  border-radius: 5px;
  text-decoration: none;
  color: #076324;
  display: inline-block;
  position: absolute;
  top: 450px;
  right: 10%;
  z-index: 4;
  font-size: 1.25em;
}
#winner-btn:hover {
  background-color: rgba(255,255,255,.8);
}
@media (max-width:767px) {
  #gameboard {
    height: 252px;
  }
  #card-back1 {
    width: 30%;
    height: auto;
    position: absolute;
    left: 25px;
    top: 15px;
  }
  #player1 {
    width: 30%;
    height: auto;
    position: absolute;
    left: 150px;
    top: 15px;
  }
  #card-back2 {
    width: 30%;
    height: auto;
    position: absolute;
    left: 25px;
    top: 130px;
  }
  #player2 {
    width: 30%;
    height: auto;
    position: absolute;
    left: 150px;
    top: 130px;
    display: block;
  }
  #win1 {
    width: 177px;
    position: absolute;
    top: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.25em;
  }
  #win2 {
    width: 177px;
    position: absolute;
    top: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.25em;
  }
  #war {
    width: 177px;
    position: absolute;
    top: 0;
    color: #ffffff;
    font-weight: 800;
    font-size: 1.25em;
  }
  #player1-wins {
    position: absolute;
    top: 35px;
    width: 177px;
    color: #ffffff;
    font-size: 1em;
  }
  #player2-wins {
    position: absolute;
    top: 150px;
    width: 177px;
    color: #ffffff;
    font-size: 1em;
  }
  #button {
    background-color: #ffffff;
    border: none;
    padding: 10px 0;
    width: 100px;
    border-radius: 5px;
    text-decoration: none;
    color: #076324;
    display: inline-block;
    position: absolute;
    top: 103px;
    right: 28%;
    font-size: .9em;
  }
  #winner-btn {
    background-color: #ffffff;
    border: none;
    padding: 10px 0;
    width: 100px;
    border-radius: 5px;
    text-decoration: none;
    color: #076324;
    display: inline-block;
    position: absolute;
    top: 180px;
    right: 5%;
    z-index: 4;
    font-size: .9em;
  }
  #winner {
    height: 252px;
  }
  #welcome-btn {
    background-color: #ffffff;
    border: none;
    padding: 10px 0;
    width: 100px;
    border-radius: 5px;
    text-decoration: none;
    color: #076324;
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 40%;
    font-size: .9em;
  }
  #welcome img {
    height: 252px;
  }
}
