
.wrapper{

    width: 760px;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.5);
}
h2{
    text-align: center;
}
hr{
    width: 300px;
    margin: 10px auto;
}
.members{
    display: flex;

}
.team-mem{
    margin: 0px;
}
img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px;
}
h4, p{
    text-align: center;
    font-size: 11px;
    margin: 7px;

}

/* Footer */
footer {
    background-color: #1b1b3a;
    color: white;
    padding: 7rem 18rem;
    text-align: right;
}

#main {
    display: flex;
}

.footer-text {
    margin-bottom: 9px;
}

.feature-footer {
    display: inline-block;
    text-align: left;
    width: 55%
}

.subtitle {
    width: 15%;
}

#products, #resources, #company {
    font-size: 18px;
    font-weight: bold;
    padding: 9px 0px;
}

#logo {
    font-weight: bold;
    font-size: 40px;
}

#fitness {
    padding: 65px 0px 15px 300px;
    font-size: 17px;
}

#start-today {
    background-color: white;
    text-align: left;
    padding: 20px 70px;
    border: none;
    display: inline-block;
    font-size: 20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: bold;
    border-radius: 40px;
}

#start-today:hover {
    background-color: #e3e8fd;
    transition-duration: 0.5s;
}

#moto {
    padding: 80px 0px 25px 0px;
    font-size: 20px;
}

#socials {
    padding-top: 20px;
    gap: 25px;
    justify-content: center;
    display: flex;
}

#arr {
    padding-top: 100px;
    display: flex;
    justify-content: center;
}
