* {
    margin: 0;
    padding: 0;
    font-size: calc(1vw + 1vh);
}

body {
    background-color: #0E2455 !important;
    color: white !important;
    font-size: 14px !important;
    margin: 0;
}

.card-body{
    padding: 2px !important;
}

.card-body > h5 {
    font-size: 18px !important;
    text-align: center;
}

.card-body .card-text {
    font-size: 16px !important;
    text-align: center;
}

.img-logo{
    width:450px;
}

@media screen and (max-width: 768px) {
    .img-logo{
        width: 90%;
    }
}
