.bg-secondary{
    background-color: #002E69 !important;
    color: white !important;
}

.rounded-header{
    border-radius: 80px !important;
}

.card{
    width: 96%; 
    height: auto; 
    margin: 0 auto; 
    border-radius: 25px;
    /* padding: 15px 0; */
}

.label-invesment-property{
    width: 96%; 
    margin: 0 auto; 
    padding: 0; 
    border-bottom: 1px solid white; 
    margin-bottom: 15px;
}

.button-footer{
    /* margin-top: 250px; */
    width: 100%;
    text-align: right;
    padding-right: 2%;
    margin-top: 30px;
}

.button-footer button{
    border-radius: 15px;
    width: fit-content;
    height: 40px;
    padding: 0 40px;
}

.image-container{
    padding-top: 50px;
}

.eclipse{
    width: fit-content; 
    padding: 10% 10%; 
    margin: auto auto; 
    background-color: #002E6926; 
    border-radius: 50%;
}

.image-container h1{
    text-align: center; 
    color: #002E69; 
    font-weight: 700; 
    margin-top: -20px; 
    letter-spacing: 3px;
}

#assets {
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
        }
    100% {
        opacity: 1;
        }
        }
