h2 {
    color: #db2a2a;
    font-weight: 900;
    font-size: min(10vw, 4rem);
}

header,
footer,
div.card {
    background-color: rgba(80, 80, 80, .2);
}

img.logo {
    width: 60px;
    height: auto;
    object-fit: contain;
    margin-right: 25px;
}

body {
    background-image: linear-gradient(to right bottom, #da9ce3, #f494cb, #ff91ae, #ff9390, #ff9c75, #f69965, #ec9656, #e19446, #dd813a, #d86e31, #d3592a, #cd4226);
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer p {
	font-size: min(3vw, var(--bs-body-font-size))
}