.container{
    margin-bottom: 40px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.carousel img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.card-text{             
    margin-bottom: 50px;
}

.btn.btn-primary {
    position: absolute;
    bottom: 0;
    left: 2;
    display: block;
    margin-bottom: 10px;
}

footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 30px;
    font-weight: bold;
}
