 #navi {
    display: flex;
    justify-content:space-around;
    width: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 30px 0px 20px 0px;
    position: sticky;
    top: 0;
    background-color: white;
    height: 70px;

}
#nav{
    padding-top: 20px;
    gap: 30px;
    display: flex;
}
#nav>a{
    font-size: 17px;
    color: black;
    font-weight: bold;
    text-decoration: none;
    list-style: none;
    
}
#icon{
    font-size: 28px;
}

#navi img {
    height: 70px;
    width: 80px;
} 
#sign{
    padding-left: 20px;

}
#fitness{
    font-weight: bold;
    font-size: 15px;
    border: none;

}



h2{
    text-align: center;
}
#FG{
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    width: 48%;
    margin: auto;
}
.G{
    background-color: rgb(233, 70, 70);
    border: none;
    color: azure;
    width: 25%;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
}
.F{
    background-color: rgb(32, 89, 221);
    border: none;
    color: azure;
    width: 25%;
    padding: 10px 20px 10px 20px;
    border-radius: 6px;
}
#FG a{
    text-decoration: none;
    list-style: none;
    color: white;
   
}
#FG i{
    font-size: 35px;
}
#form{
display: flex;
justify-content: space-around;
width: 48%;
height: 300px;
margin: auto;
padding-top: 50px;
}
#form>form>input{
padding: 10px 20px 10px 20px;

}
.key{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
padding: 10px 30px 20px 30px;
}
.p{
font-size: 20px; 
font-weight:bold;
padding-left: 20px;

}
#agree{
width: 48%;
margin: auto;
padding-top: 50px;
font-size: 18px;
padding-left: 20px;

}
.bot{
width: 20%;
margin: auto;
padding-top: 55px;
text-align: center;
padding-bottom: 20px;
}
.bot>button{
width: 100%;
background-color: rgb(53, 98, 202);
border-radius: 5px;
color: azure;
font-size: 16px;
padding: 10px 20px 10px 20px;


}
#last{
    display: flex;
    justify-content: space-around;
    background-color: rgb(26, 30, 52);
    width: 100%;
    height: 600px;
}


#last img {
    height: 130px;
    width: 130px;
    padding-top: 110px;
}
.work{
    color:rgb(136, 132, 132);
}
.first,.second,.three{
    color:rgb(136, 132, 132);
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 15px
}
.four p{
    color: white;
    font-weight: bold;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#footer{
    display: flex;
    justify-content: space-around;
    margin-top: 100px;
}
.color{
    color: white;
}
.first,.second,.three,.four:hover{
    cursor: pointer;
}
#media{
    display: flex;
    justify-content: space-around;
    background-color: rgb(26, 30, 52);
    border-top: 1px solid rgb(144, 141, 141);
    height: 150px;
    align-items: center;
    
}
.term{
    text-decoration: none;
    list-style: none;
    color: rgb(136, 132, 132);
}
#media p{
    font: 7px;
    color: rgb(110, 106, 106);
}
.social{
    display: flex;
    justify-content: space-evenly;
    text-decoration: none;
    list-style: none;
    color: white;
    gap: 20px;
}
.social i:hover{
    cursor: pointer;
}
.social i{
    font-size: 25px;
   
}
.social a{
    text-decoration: none;
    list-style: none;
    color: white;
}