.exercise-card-container{display:flex;flex-direction:row;justify-content:space-around;margin:1rem}.exercise-card{text-align:center;width:20vw;padding:1rem;border:3px outset;border-radius:14px;background-color:#fff;font-weight:300}@media screen and (max-width:660px){.exercise-card{width:85vw}}.planner-hero{width:100%;height:25vh;object-fit:cover;object-position:center center;z-index:-1}.workout-container{display:flex}.col-1,.col-2{width:50%;padding:0 10px}.exercises{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;background:#618b91;background:linear-gradient(to bottom right,#9fcdd4,#618b91);border-radius:14px}.search-bar{display:flex;flex-direction:column}.ex-search{width:80%;height:2rem;align-self:center;margin:1rem}.ex-button{width:128px;cursor:pointer}.center,.ex-button{align-self:center}.underline{text-decoration:underline}.flexRow{flex-direction:row}@media screen and (max-width:660px){.workout-container{flex-direction:column}.col-1,.col-2{width:100%;height:auto}.exercises{flex-direction:column}.ex-button{width:128px}}