.latar1{
    background-image: url(./mainassets/background1.webp);
    background-size: cover;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}