@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
*{
    margin: 0;
    padding: 0;

}
.container{
    max-width: 80vw;
    font-family: 'Ubuntu', sans-serif;
}
.navbar{
    display: flex;
    height: 67px;
}

.navbar li{
    list-style:none;
    margin: 0px 12px;

}

.topleft{
    width: 50%;
    
}
.topright{
    width: 50%;

}

.section1{
    color: #711e15;
     max-height: 100vh;
}
.section1 h1{
    color:#37110d;
    font-size: 2rem;
}
.logo{
    font-size: 1.3rem;
}
.dumbelling{
    width: 466px;
}
.gyming{
    width: 466px;
}

.section p{
    padding: 0 8vw;
    text-align: center;

}
.box{
    padding-bottom: 8px;
   margin:12px 12px;
    min-width: 20vw;
    border: 2px solid rgb(120, 54, 16);
    border-radius: 8px;
    text-align: center;

}
.color1{
    background-color: aqua;
}
.color2{
    background-color: lightcoral
}
.color3{
    background-color:lightgreen
}

.box h2{
    font-size: 2rem;
    font-weight: bolder;
    margin-bottom:  4px;
}

.highlighted{
    font-size: 1.2rem;
    font-weight: bolder;

}
.box ul li {
    list-style-type: none;
}

.plantable{
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3 table{
    width: 100%;
    margin-bottom: 140px;
    margin-top: 20px;
    border-collapse: collapse;
}

.section3 table th{
    width: 23vw;
    border-bottom: 2px solid black;
    padding: 15px 0;
}

.section3 table td{
    border-bottom: 2px solid black;
    
}
.section3 h1{
    font-size: 2.3rem;
} 
.section3 {
    padding: 73px;
}

footer{
padding: 23px;
text-align: center;
font-weight: bold;
}
.buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12px;
}

.deal{
    font-size: 1.2rem;
    font-weight: bolder;
    margin: 12px 0;
}