/* ============================================================================
   GLOBAL STYLES - LetMeIn
   ============================================================================ */

body {
    background-color: #171717;
}


/* ============================================================================
   LAYOUT STYLES
   ============================================================================ */

.baseLay {
    height: 100%;
    padding: 4%;
    background-color: #40a9ff;
    justify-content: center;
}

.content {
    padding-left: 14%;
    padding-right: 14%;
}


/* ============================================================================
   TYPOGRAPHY STYLES
   ============================================================================ */

.title {
    font-family: "Cinzel", "Libre Baskerville", Georgia, serif;
    font-size: 2em;
    text-align: center;
}

.card-title {
    color: white;
    text-align: center;
    font-family: "Cinzel", "Libre Baskerville", Georgia, serif;
    font-size: 2em;
}

.card-text {
    color: white;
    font-size: 1.4em;
    white-space: pre-line;
}


/* ============================================================================
   CARD COMPONENT STYLES
   ============================================================================ */

.card {
    background-color: rgba(50, 50, 50, 0.4);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    padding: 4%;
}
