
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logo {
    width: 7%;
    height: 7%;
}

.card-img-top {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.admin-image {
    width: 100px;
    object-fit: contain;
}

.footer {
    position: absolute;
    bottom: 0;
}
