body {
  background-color: #f3f2f5;
}

#PHYS_ATTR_SVG_CONTAINER {
  height: 550px;
  width: 750px;
}
#navigation {
  width: 1000px;
  height: 30px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.navbarPadding {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
#content {
  width: 920px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ffffff;
  padding-top: 20px;
  margin-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.centertext {
  text-align: center;
  font-size: 30px;
}
.centertextsmall {
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}
.eventsText {
  font-size: 20px;
  padding: 15px;
  text-align: center;
}

#picture {
  background-image: url(./images/nba-basketball.jpg);
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 920px;
  height: 150px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
}

.attr-img-tooltip {
  padding: 2px;
}

#phys-attr-player-name-label {
  margin-left: 2rem;
}

#phys-attr-player-age-label {
  margin-left: 3rem;
}

.main-page-link-col:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.main-page-link-col a {
  color: black;
  text-decoration: none;
}
