.heading {
    font-family: "Poiret One";
    font-style: normal;
    font-weight: 100;
    font-size: 3em;
    text-align: center;
}

.gg-container {
    margin-top: 5em;
}

#loading {
    font-family: "Poiret One";
    font-weight: 600;
    font-size: 1em;
    text-align: center;
}

#error {
    font-family: "Poiret One";
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: rgba(255, 0, 0, 0.8);
    background-color: rgba(255, 0, 0, 0.2);

    padding: 1.6em 2em;

    border-color: rgba(255, 0, 0, 0.8);
    border-width: 2px;
    border-style: dashed;

    display: none;
}
