.container{
  text-align: center;
}
#nameOfGame{
  color: orange;
  margin: 10px 10px 0px 10px;
  font-size: 5em;
}
#roundcounter{
  font-size: 3em;
  margin: -10px;
}
#startButton{
  color: #fff;
  font-size: 22px;
  background-color: red;
  margin: 25px 25px 0px 25px;
  height: 70px;
  width: 350px;
  border-radius: 15px;
}
.fourButtons{
  display: flex;
  flex-wrap: wrap;
  height: 350px;
  width: 350px;
  background-color: rgba(0,0,0, 1);
  margin: 0 auto;
  border-radius: 50px;
}
#greenButton{
  background-color: #9f9;
  height: 150px;
  width: 150px;
  margin: auto;
  border-radius: 40px 10px 10px 10px;
}
#redButton{
  background-color: #f99;
  height: 150px;
  width: 150px;
  margin:auto;
  border-radius: 10px 40px 10px 10px;
}
#yellowButton{
  background-color: #ff9;
  height: 150px;
  width: 150px;
  margin: auto;
  border-radius: 10px 10px 10px 40px;
}
#blueButton{
  background-color: #9ff;
  height: 150px;
  width: 150px;
  margin: auto;
  border-radius: 10px 10px 40px 10px;
}
#gitimage{
  height: 60px;
  width: auto;
}
#linkedinimage{
  height: 60px;
  width: auto;
}
