body {
    font-family: 'Lexend', sans-serif;
    margin: 0;
    padding: 0;
}

.container-fluid {
    max-width: 768px;
    background: rgb(21, 15, 119);
    background: linear-gradient(180deg, rgba(21, 15, 119, 1) 0%, rgba(13, 13, 181, 1) 35%, rgba(32, 73, 234, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card {
    margin: 20px 0;
}

.card-text {
    text-align: justify;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.card-title {
    text-align: center;
    font-weight: bold;
}

.navbar {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-weight: bold;
}