body{
  background-image: linear-gradient(#ACFFB7, #BDF1FF, #FFCFB3, #E5E4E4);
  padding:2%;
  margin:2%;
}
#title{
  font-family: "VT323", monospace;
  text-align: center;
  background-color: #e3b4ff;
  color: #ac00dc;
  border-color: #ac00dc;
  border-style: solid;
  border-width:15px;
  font-size:4.5rem;
}
#goals{
  font-family: "Ubuntu", sans-serif;
  text-align: center;
  background-color: #ffcfb3;
  color: #ff5d00;
  border-color: #ff5d00;
  border-style: solid;
  border-width: 15px;
  margin-top:15px;
  font-size:1.5rem;
}
#goaltitle{
  font-family: "VT323", monospace;
  font-size:4rem;
  text-align: center;
}
#cardtypestitle{
  font-family: "VT323", monospace;
  font-size:2rem;
  text-align: center;
}
#drawpilestitle{
  font-family: "VT323", monospace;
  font-size:2rem;
  text-align: center;
}
#cardsanddrawpiles{
  font-family: "Ubuntu", sans-serif;
  background-color: #e5e4e4;
  color: #7a7a7a;
  border-color: #7a7a7a;
  border-style: solid;
  border-width: 15px;
}
#howtoplaytitle{
  font-family: "VT323", monospace;
  font-size:3rem;
  text-align: center;
}
#play{
  font-family: "Ubuntu", sans-serif;
  background-color: #bdf1ff;
  color: #1289aa;
  border-color: #1289aa;
  border-style: solid;
  border-width: 15px;
}
#playerstitle{
  font-family: "VT323", monospace;
  font-size:2rem;
  text-align: center;
}
#players{
  font-family: "Ubuntu", sans-serif;
  background-color: #acffb7;
  color: #007f11;
  border-color: #007f11;
  border-style: solid;
  border-width: 15px;
  margin-top:15px;
  text-align: center;
}
.grid-container{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 15px;
}

