html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-width: 450px;
    height: auto;
}

p{
    text-align: center;
}

section {
    overflow: auto;
}

.background-radial-gradient {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background-color: #4348BD;
    background-image: radial-gradient(#5ea4e9,#4348BD);
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
}

.card.bg-glass {
    border-radius: 16px;
}

h3 {
    text-align: center;
}