*{
    margin: 0;
}
.clr{
    clear: both;
}
#home{
    background-image: url(../images/background.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100vh;
}
#home .navbar img{
    width: 50px;
    float: left;
    border-radius: 50%;
}
#home .navbar ul{
    float: right;
    list-style: none;
}
#home .navbar ul li{
    display: inline-block;
    padding: 20px;
    font-size: 20px;
}
#home .navbar ul a{
    color: #fff;
    text-decoration: none;
    border-bottom: #fff solid 1px;
}
#home .caption{
    text-align: center;
    padding-top: 500px;
    color: rgb(17, 16, 16);
}
#home .caption p{
    padding: 10px 0;
}
#home .caption .btn1, #home .caption .btn2{
    padding: 10px 16px;
    border: none;
}
#home .caption .btn1{
    background-color: rgb(232, 80, 80);
}
#home .caption .btn1:hover{
    color: #fff;
    background-color: #727070;
}
#home .caption .btn2{
    background-color: #727070;
    color: #fff;
}
#home .caption .btn2:hover{
    color: #000;
    background-color: rgb(232, 80, 80);
}
#about .about-img{
    width: 40%;
    float: left;
}
#about .about-img img{
    width: 100%;
}
#about .about-info{
    width: 60%;
    float: left;
    text-align: center;
    padding-top: 90px;
}
#about .about-info h2{
    font-size: 50px;
}
#about .about-info h2 span{
    color: rgb(232, 80, 80);
}
#about .about-info p{
    padding: 20px;
    line-height: 32px;
}
#about .about-info button{
    padding: 14px 20px;
    background-color: transparent;
    border: 3px black solid;
}
#about .about-info button:hover{
    background-color: rgb(232, 80, 80);
    color: #fff;
    border: 3px rgb(232, 80, 80) solid;
}
#exercises{
    padding-block: 50px;
    background-color: rgb(212, 212, 212);
    margin-top: 10px;
}
#exercises .exercise{
    width: 33.3333%;
    text-align: center;
    float: left;
    margin: 10px 0;
}
#exercises .exercise img{
    border-radius: 50%;
}
#exercises .exercise .break{
    height: 3px;
    background-color: rgb(232, 80, 80);
    margin: 15px auto;
    width: 100px;
}
#exercises .exercise p{
    padding-inline: 25px;
}