.schedule-team-header > div{
  align-items: center;
  justify-items: center;
  text-align: center;
}
.schedule-team-header{
  margin-top: 4%;
  font-size: 10vh;
  letter-spacing: 5px;
  font-family: 'PP Neue Corp Wide', serif;
  color: rgba(0,0,0);
  background: rgba(255, 256, 250, .8);
  display: flex;
  padding: 0 0 0 5%;
  width: 100vw;
  transition: all ease 0.3s;
  box-shadow: 0 3px 1px -2px rgba(0,0,0, .9);
}

.schedule-team-header img{
  width: 8vw;
  height: auto;
  padding-right: 14px;
}

#CurrentMonthDisplay {
  writing-mode: vertical-lr;
  text-orientation: upright;
  text-align: start;
  font-family: PP Neue Corp Wide, sans-serif;
  font-size: 4vw;
  letter-spacing: -15px;
}

.calendar-content{
  margin:0;
  display: flex;
  padding:0;
}

#calendarContainer{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.calendarGameDisplay {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  font-family: 'Bebas Neue', sans-serif;
  color: rgba(0,0,0);border-radius: 15px;
  background: linear-gradient(135deg, rgba(60,177,244, .3) 0%, rgba(60,177,244,.7) 40%, rgba(60,177,244) 100%);

}

.gameDate {
  font-size: 2vw;
  color: rgba(255,255,255);
}

.TeamDisplay {
  display: flex;
  font-size: 2.9vw;
  gap: 10px;
  margin-top: 10px;
}

.dateLocationDisplay {
  font-size: 1.2vw;
  color: rgba(0,0,0, .5);
}

#VsOne, #Vs2, #Vs3, #Vs4, #Vs5, #Vs6, #Vs7, #Vs8, #Vs9, #Vs10, #Vs11, #Vs12 {
  color: rgba(255,255,255);
}


.playerImages{
  display: block;
  gap: 40px;
  padding-left: 20px;

  div{
    padding: 10px;
  }
  img{
    width: 22vw;
    height: auto;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.19);
    border-radius: 15px;
  }
}
