body{
    background-color:rgb(227, 236, 246);
}


#navi {
    display: flex;
    justify-content:space-around;
    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;

}
.inside{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 7px;
    padding-top: 20px;
   
}
.inside button{
    color: white;
    background-color: rgb(6, 58, 126);
    font-weight: bold;
    padding: 10px 0px 10px 0px;
    border-radius: 5px;
    border: none;
}
#bag{
    width: 40%;
    margin: auto;
    margin-top: 170px;
    background-color: aqua;
    text-align: center;
    padding: 50px 50px 50px 50px;
    position: relative;
    padding-bottom: 50px;

}
.inside button:hover{
    cursor: pointer;
    background-color:rgb(61, 134, 229);
}

#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;
}
