.exersicecontainer{
    height: 500px;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

.card1, .card2, .card3{
    width: 30%;
    height: 500px;
    border: 2px solid gray;
    position: relative;
    overflow: hidden;
}

.img1{
    width: 100%;
    height: 100%;
    filter: invert(0.3);
}

.img2{
    width: 100%;
    height: 100%;
    filter: blur(3px);
}

.img3{
    width: 100%;
    height: 100%;
}

.img4{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #ff7e5f, #feb47b);
}

.text1{
    width: 300px;
    height: 130px;
    background-color: black;
    position: absolute;
    inset: 293px 468px 20px 20px;
    border: 2px solid white;
    font-size: 1.5em;
    color: white;
    padding: 15px;
    overflow: hidden;
}

.text2{
    width: 300px;
    height: 130px;
    position: absolute;
    inset: 345px 468px 20px 20px;
    font-size: 1em;
    color: white;
    padding: 15px;
    overflow: hidden;
}

/* card2 */

.textcontainer2{
    width: 245px;
    height: 178px;
    background-color: black;
    position: absolute;
    inset: 130px 468px 20px 42px;
    border: 2px solid white;
    font-weight: bold;
    font-size: 1.5em;
    padding: 15px;
    overflow: hidden;
    box-shadow: 4px 4px 0px 2px rgb(245, 245, 245);
    border-radius: 8px;
}

.text3{
    font-size: 25px;
    color: red;
    font-weight: bold;
}

.text4 {
    font-size: 15px;
    color: white;
}

.link{
    text-align: center;
    display: block;
    color: darkblue;
    text-decoration: none;
    padding: 1em;
    /* background-color: white; */
    position: absolute;
    inset: 20px 20px 20px 20px;
    font-size: 1.5em;
}

.btn{
    background-color: #e31c1c; /* red */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 15px;
}

.btn:hover{
    background-color: #c41c1c; /* darker red */
    box-shadow: 0px 0px 3px 2px gray;
    transform: translate(0px, -10px);
}

/* card3 */
.text5{
    inset: -12px 0px 0px 0px;
    /* background-color: black; */
    position: absolute;
    font-weight: bold;
    font-size: 1.5em;
    padding: 15px;
    overflow: hidden;
    color: white;
}

.text6{
    inset: 205px 65px 116px 65px;
    /* top: 210px;
    bottom: 140px;
    right: 60px;
    left: 60px; */
    text-align: center;
    color: white;
    /* background-color: black; */
    position: absolute;
    font-weight: bold;
    font-size: 1.5em;
    padding: 15px;
    overflow: hidden;
}

.text7{
    inset: 70px 0px 335px 91px;
    /* top: 210px;
    bottom: 140px;
    right: 60px;
    left: 60px; */
    text-align: center;
    color: white;
    /* background-color: black; */
    position: absolute;
    font-weight: bold;
    font-size: 1em;
    padding: 15px;
}

.text8{

}