/*GENERAL*/

body {
    background-color: var(--green);
    color: var(--white);
    text-align: center;
}

.smaller {
    font-size: 0.8em;
}

h3 {
    margin-top: 0em;
}

em { font-size: 1em; }

main a {
    color: var(--white);
    border-bottom: 2px solid var(--white);
}

#huge {
    font-size: 10em;
    margin-bottom: 0.2em;
}

.color-pink {
    color: var(--pink);
}

/*SECTIONS*/

.meta-container {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: column wrap;
    padding: 0em 0em 2.5em 0em;
}

.container {
    max-width: 50vw;
    margin-left: 25vw;
    text-align: justify;
    text-justify: inter-word;
}

.meta-container img {
    max-width: 50vw;
    align-self: center;
}

#more-top {
    margin-top: 2em;
}