*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 20%;
    font-family: 'Roboto', sans-serif;
    color: #000000;
}

.bbp-visual {
    display: block;
    width: auto;
    height: auto;
    max-width: none;
    margin: 0 auto;
}

.bbp-contact {
    margin-top: 2rem;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 1.5;
}

.bbp-contact a {
    color: #000000;
    text-decoration: underline;
}

.bbp-contact a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    body {
        padding: 1rem 3%;
    }
    .bbp-visual {
        max-height: none;
    }
}
