body { 
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-image: url('4af7ab16c42f8b5bb0e1d553382c46f2.jpg'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat;
}


.pagina-inicial .custom-container {
    background: rgb(212, 152, 182);
    color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.perfil {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgb(238, 216, 190);
}


.btn {
    border-radius: 10px;
    transition: all 0.3s ease;
}

.btn:hover {
    filter: brightness(0.9);
}


.card {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.card-body {
    background-color: rgb(234, 146, 202);
}

.card-text {
    font-size: 20px;
    color: rgb(238, 216, 190);
}


.btn i {
    font-size: 14px;
}


.album {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}


.foto {
    flex: 1 1 180px; 
    max-width: 200px; 
}

.foto img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
}


@media (max-width: 576px) {
    .foto img {
        height: 100px;
    }

    .card-text {
        font-size: 16px;
    }
}
