.img-parent {
  position: relative;
  width: 580px;
  margin: 0 auto;
}

.img-background {
  position: relative;
  width: 580px;
  height: 580px;
}

.controller {
  position: absolute;
  height: 200px;
  width: 200px;
  top: 190px;
  left: 190px;
  text-align: center;
}

.copy {
  position: relative;
  font-size: 10px;
  vertical-align: super;
  top: -5px;
}

h1 {
  text-align: center;
  width: 65%;
  margin: auto;
}

h2 {
  width: 70%;
  margin-right: 20px;
  margin-left: 73px;
}

.lose{
  color: red;
}

.win {
  color: green;
}

#count {
  border-style: solid;
  border-color: purple;
  border-width: 3px;
  width: 50px;
  text-align: center;
  display: block;
}

#blue {
  position: absolute;
  top: 24px;
  left: 24px;
}

#green {
  position: absolute;
  top: 24px;
  left: 318px;
}

#yellow {
  position: absolute;
  top: 318px;
  left: 24px;
}

#red {
  position: absolute;
  top: 318px;
  left: 318px;
}