@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@700&display=swap');

html{
    overflow: hidden;
}

body{
    font-family: 'Baloo Bhai 2', cursive;
    background-image: url(../img/crossfit-534615.jpg);
    height: 1100px;
}

.left{
    display: inline-block;
    /* border: 2px solid red; */
    position: absolute;
    left: 32px;
    top: 10px;
}

.left img{
    filter: invert(100%);
    /* inverts the color of an image by a particular percent */
    width: 100px;
    height: 88px;
    margin-right: 20px;
    margin-left: 20px;
}

.left div{
    text-align: center;
    line-height: 12px;
    font-size: 21px;
}


.mid{
    display: block;
    width: 35%;
    margin: 20px auto;
    /* border: 2px solid green; */
}

.right{
    display: inline-block;
    /* border: 2px solid yellow; */
    position: absolute;
    right: 34px;
    top: 29px;
}

.navbar{
    display: inline-block;
}

.navbar li{
    display: inline-block;
    font-size: 20px;
}

.navbar li a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 34px 23px;
    text-align: center;
}

.navbar li a:hover, #about{
    text-decoration: underline;
    color: rgb(77, 75, 75);
}

.btn{
    font-family: 'Baloo Bhai 2', cursive;
    margin: 0px 9px;
    background-color: rgb(0, 0, 0);
    color: white;
    padding: 7px 22px;
    border: 2px solid gray;
    border-radius: 12px;
    font-size: 16px;

}

.btn:hover{
    cursor: pointer;
    background-color: rgb(95, 95, 95);
}

.right input{
    font-family: 'Baloo Bhai 2', cursive;
    padding: 3px;
    font-size: 20px;
    border-radius: 10px;
}

#img1{
    position: relative;
    top: 76px;
    left: 66px;
    height: 352px;
    width: 525px;
    border: 6px solid white;
    border-radius: 6px;
}

#caption1{
    position: relative;
    top: -5px;
    left: 100px;
    width: 420px;
    color: white;
    text-align: center;
    font-size: 20px;
}

.people{
    display: inline-block;
}

#img2{
    border: 6px solid #989898;
    position: relative;
    top: -363px;
    left: 724px;
    height: 352px;
    width: 525px;
    border-radius: 6px;
}

#caption2{
    position: relative;
    top: -450px;
    color: white;
    text-align: center;
    font-size: 20px;
    left: 910px;
    width: 145px;
}

#img3{
    border: 6px solid #989898;
    position: relative;
    top: -801px;
    left: 1351px;
    height: 352px;
    width: 525px;
    border-radius: 6px;
}

#caption3{
    position: relative;
    top: -891px;
    color: white;
    text-align: center;
    font-size: 20px;
    left: 1546px;
    width: 170px;
