body {
  padding-top: 3.5rem;
}

.display-3{
  font-size: 40pt !important;
  font-weight: bold !important;
}

p{
  text-align: justify;
}

em {
  text-decoration: underline;
}

.carousel-caption{
  position: static !important;
}

.carousel-caption h1{
  margin-top: 20px;
}

h3:hover{
  color: tomato;
}

.legendary{
  margin-top: -25px;
  margin-left: 320px;
  font-size: 10pt;
}

.legend_color{
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
}

.leg_square{
  float: left;
  width: 30px;
  height: 30px;
}

.div_legend{
  float: left;
  padding-left: 10px;
  width: 100px;
  height: 30px;
}

#women_square{
  background-color: rgb(238,173,218);
}

#men_square{
  background-color: rgb(120,173,210);
}
