.box-area{
    max-width: 50rem;
    display: flex;
    padding: 1rem;
    border-radius: 15px;
}

.container {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    max-width: 800px;
}

.image{
    filter: brightness(75%);
}

.left-box {
    max-width: 80%;
}
.card-title{
    font-size: 1.5rem;
}

.card-text{
    font-size: 1rem;
}

.bottom-right {
    font-size: small;
    position: absolute; 
    right: 10px; 
    bottom: 10px; 
    text-align: right; 
}

footer {
    display: none;
}

