
/* ============================================================================ */
/*  MAIN                                                                        */
/* ============================================================================ */

main {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* ASIDE */

main aside {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    margin-right: 20px;
    padding: 0.2rem;
    width: 17%;
    background-color: rgba(5, 0, 20, 0.92);
    border: none;
    border-radius: 20px;
}

main aside h4 {
    color: #b4cbff;
}

main aside p {
    font-size: 0.8rem;
}

/* CENTER */

main section {
    padding: 1rem;
    background: linear-gradient(145deg,rgba(5, 0, 20, 0.92) 50%, rgba(255, 0, 47, 0.55) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 85%;
    border: none;
    border-radius: 20px;
}

main section h3 {
    padding-bottom: 1rem;
}

main section img {
    display: block;
    margin: 0 auto 0 auto;
}

/* ============================================================================ */
/*  FUN STUFF IDK                                                               */
/* ============================================================================ */

.lantern {
    font-size: 0.05rem;
    opacity: 25%;
    text-align: end;
}
