body {
    margin: 0;
    padding: 0;
}
.nav-item {
    margin-right: 2rem;
}

.navbar {
    font-size: 20px;
}

.btn {
    border-radius: 20rem; 
    height: 5rem; 
    width: 20rem; 
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}

.btn-line{
    background-color: #06c755;
    text-decoration: none;
}

.btn-shopee {
    background-color: #ee4d2d;
}

.btn-lazada {
    background-color: #0037cc;
}
.btn-contact {
    background-color: #5fba4e;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 15px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

.btn:hover {
    background-color: black;
    color: #fff;
}

.logo {
    height: 4rem; 
    margin-right: 1rem;
}

.capsule {
    position: absolute;
    opacity: 0;
    margin-bottom: rem;
    transform: translateY(20px) translateX(20px);
    transition: opacity 1s, transform 0.5s;
    width: 20%;
    max-width: 50%;
    transform-origin: center center;
}

.flower {
    position: absolute;
    opacity: 0;
    transform: translateY(20px) translateX(50px);
    transition: opacity 1s, transform 0.5s;
    width: 20%;
    max-width: 50%;
    transform-origin: center center;
    
}

@media screen and (max-width: 430px) {
    .btn {
        height: 2rem;
        width: 5rem;
        font-size: 6px;
    }

    .logo {
        margin-right: 0;
        height: 15px;
    }

    .navbar {
        font-size: 14px;
        padding: 0 0 ;
    }
    .btn-contact {
        background-color: #5fba4e;
        font-size: 15px;
        padding: 5px 10px;
        border-radius: 15px;
        width: auto;
        height: auto;
        margin-top: 5px;
    }
}
