body {
    color: white;
    height: auto;
}

.container-1 {
    min-height: 50%;
    background-color: rgb(27, 27, 27);
}

.container-2 {
    height: auto;
    background-color: rgb(226, 226, 226);
}

.card {
    height: 100%;
    max-height: 100%;
}

.card .card-content {
    height: 100%;
}

.card-info {
    width: 100%;
    height: 80%;
}

.card-footer {
    margin-top: 1%;
    width: 100%;
    height: 20%;
}
