.landing-image {
    background: url(../images/yoga.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-round {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4000px;
}