body{
    margin: 0%;
    color: white;
    background-image: url("./images/background.avif");
    background-size: cover;
    background-position: center;
}
#mainContainer{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: rgba(46, 44, 44, 0.785);
}
#sect1{
    border-bottom: 1px solid lightgrey;
    margin-bottom: 50px;
    
}
#navbar{
    display: flex;
    justify-content: space-between;
}
#navbar>h2{
    letter-spacing: 10px;
    color: rgb(0, 0, 139);
    font-size: 50px;
    -webkit-text-stroke: 2px yellow;
    font-family: 'Stardos Stencil', cursive;
}
#navbar>img{
    height: 100px;
    
}
#dropdown{
    
    font-size: 25px;
    padding-top: 70px;
    padding-bottom: 0%;
    padding-right: 50px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Irish Grover', cursive;
}
#dropdownContent{
    font-size: 15px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
#dropdown:hover #dropdownContent{
    display: block;
    background: none;
}
#dropdownContent>p:hover{
    color: yellow;
    cursor: pointer;
}
/* styling for sect2 */
#sect2{
    display: flex;
    padding-left: 20px;
    position: relative;
}
#aboutPlayer{
    width: 25%;
    margin-right: 130px;
}
#playerName{
    border-bottom: 2px solid rgba(12, 113, 229, 0.559);
    
    
    
}
#firstName{
    font-family: 'Sedgwick Ave', cursive;
    font-size: 30px;
    padding-bottom: 0%;
    margin-bottom: 0%;
}
#lastName{
    font-size: 50px;
    margin-top: 0%;
    margin-bottom: 5px;
    font-family: 'Cormorant SC', serif;
    font-weight: 800;
}
#playerHealth{
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid rgba(12, 113, 229, 0.603);
}
.height{
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 25px;
    opacity: 0.8;
}
.weight{
    font-family: 'Shadows Into Light Two', cursive;
    font-size: 25px;
    opacity: 0.8;
}
#playerHealth>div>p>span{
    font-size: 50px;
    font-family: 'Stardos Stencil', cursive;
}

#playerInfo>p>span{
    padding-left: 30px;
    font-size: 20px;
    font-family: 'Bilbo Swash Caps', cursive;
    font-weight: 900;
    letter-spacing: 2px;
}
/* sect2 id jersey */
#jersey{
    padding-top: 150px;
    padding-right: 30px;
    margin-right: 50px;
}
#jerseyNumber{
    display: flex;
    justify-content: space-around;
}
#Num{
    font-size: 30px;
    font-family: 'Stardos Stencil', cursive;
}
#position{
    font-family: 'Bilbo Swash Caps', cursive;
    font-size: 20px;
}
/* sect2 likesAndComments */
#likeCounter{
    font-size: 35px;
    padding-bottom: 0%;
    margin-bottom: 0%;
}
#liker{
    font-size: 25px;
}
#input{
    background-color: rgba(240, 248, 255, 0.665);
    border: none;
    border-radius: 10px;
    padding: 20px;
}
#submit{
    background-color: aliceblue;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'Irish Grover', cursive;
    letter-spacing: 1px;
    padding: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
}
/* styling for sect3 */
#sect3{
    padding-left: 20px;
    background-color: rgba(75, 74, 74, 0.531);
    padding-top: 20px;
    margin-top: -3.5px;
    
}
#sect3>div>h4{
    letter-spacing: 3px;
    font-family: 'Irish Grover', cursive;
}
#sect3>div>div>p>span{
    display: block;
    font-size: 25px;
    font-family: 'Bilbo Swash Caps', cursive;
    font-weight: 900;
}
#postSeason{
    border-bottom: 2px solid rgba(12, 113, 229, 0.603);

}

#postSeasonStats{
    display: flex;
    justify-content: space-around;
}
#careerStats{
    display: flex;
    justify-content: space-around;
}
/* styling for sect4 */
#sect4{
    padding-top: 50px;
    text-align: center;
}
#userInputPlayer{
    display: flex;
    justify-content: space-around;
    padding-top: 50px;
    padding-left: 100px;
}
