.fa {
  padding: 8px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 7px;
  border-radius: 50%;
  color:white;
}

.fa:hover {
    text-decoration: none;
    color:white;
    opacity: 0.6;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-youtube {
  background: #bb0000;
  color: white;
}



ul li a:link,ul li a:visited{
 display:block;
 width:280px;
 color:white;
 text-decoration:none;
 text-align:center;
 font-weight:bolder;
 text-transform:uppercase;
 padding: 16px;
 overflow: hidden;
 height: 67px;
 
}

ul li a:hover,ul li a:active{
 background-color:darkred;
 height: 67px;
 
}

nav{
	height:67px;
}

h3{
	margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 700;
}
.month h2{
	color: #000000;
	display: flex;
    font-size: 36px;
    line-height: 1.06;
    letter-spacing: -1px; 
    margin-bottom: 20px;
}
.player{
	overflow-x: visible;
	display: flex;
	justify-content: center;
	align-items: center;
}
.box-container{
	 overflow-x: visible;
    list-style: none;
    display: flex;
	justify-content: center;
	align-items: center;
}
.box{
	width: 229px;
	height: 264px;
    margin-right: 19px;
    margin-bottom: 40px;
    box-shadow: 0 8px 16px 0 rgba(0,40,94,.3);
}
.list{
	display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;

}
.mem-card{
	position: relative;
    width: 100%;
    height: 100%;
}
.upper-box{
	position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    background: #ebf4fb;
}
.player-image{
	width: 180px;
    height: 180px;
    position: relative;
    z-index: 1;
    height: auto;
}

.country-flag{
	width: 100%;
    height: auto;
    font-size: 7px;
    text-align: center;
}
.num{
	font-size: 88px;
	position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    margin-right: -.07em;
    font-family:inherit;
    line-height: 1;
    font-weight: 700;
    color: #98c5e9;
    letter-spacing: -4px;
}

.player-name{
	padding: 12px;
	height: 52px;
	position: relative;
	display: flex;
	background: #fff;
}
.full-name{
	font-size: 24px;
	color: #00285e;
	margin: 0;
}
.name{
	display: block;
    letter-spacing: .3px
}