body {
    display:flex;
    flex-direction: column;
    background-color: #ebdfa9;
    font-family: "Baloo 2", Arial, Helvetica, sans-serif;
    text-align: center;
}

h1 {
    font-size: 2rem;
}

p {
    font-size: 1.2rem;
    text-align: justify;
}


.desc {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.boba-gallery {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.boba-item {
    border: 2px solid #d4af37;
    border-radius: 10px;
    padding: 1rem;
    background-color: #fff8dc;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

footer {

    margin-top: 2rem;
    font-size: 0.8rem;
    color: #555;
}

footer a {
    color: #d4af37;
    text-decoration: none;
}

footer a:hover {
    display: flex;
    bottom: 0;
    text-decoration: underline;
} 