﻿.profile-img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.carousel-item {
    height: 500px;
}

.carousel-img {
    height: 100%;
    object-fit: cover;
}

.btn {
    background: #1b3f5f;
    border-color: #1b3f5f;
    color: #fff;
    align-content: center;
}

    .btn:hover {
        background: #ff8674;
        border-color: #ff8674;
        color: #fff;
    }

.image-container {
    height: 180px;
    overflow: hidden;
}

    .image-container img {
        width: 100%;
        height: 100%;
    }

.card {
    display: flex;
    flex-direction: column;
}

.card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.uteis-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.uteis-btn {
    border-radius: 5px;
    margin: 5px;
}

.cardBirthday {
    display: flex;
    justify-content: center;
}
