body {
    display: flex;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    margin: 0;
}

strong.weight-600 {
    font-weight: 600;
}

.main-container {
    max-width: 900px;
    width: 100%;

    font-size: 0.9rem;
}

.header-logo-section {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 2rem;
}

.another-time-logo {
    width: 25%;
}

.social-media-container {

}

.description-section {
    font-size: 1.1rem;
    margin: 1rem 3rem;
}

.current-projects-container {
    background-color: #ea6d6d;

    text-align: center;

    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 3px;
    color: white;

    padding: 0.3rem 0;
    margin-top: 3rem;
}

.project {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.project-column {
    flex-basis: calc(300px - 2.6rem);
    flex-grow: 1;
    padding: 1rem 2rem 2rem 2rem;
}

.project-espionage {
    background-color: #001722;
    color: white;
}

.espionage-logo-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.espionage-logo {
    width: 95%;
}

.game-description {
    text-align: justify;
    line-height: 1.4rem;
}

.info-item {
    color: #ea6d6d;
    margin-top: 16px;
}

.info-title {
    color: white;
    padding-right: 8px;
}

.learn-more-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.learn-more-button {
    border: #f68383 solid 1px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 1.05rem;
    padding: 1rem 1.4rem;
    margin-top: 1.5rem;
}

.learn-more-button:hover {
    background-color: #ea6d6d1F;
}

.copyright-footer {
    width: 100%;
    display: flex;
    justify-content: center;

    text-align: center;
    background-color: #f5f6e1;
    color: #383838;

    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.75rem 0;
}

@media only screen and (max-width: 600px) {
    .description-section {
        font-size: 1.1rem;
        margin: 0 2rem;
    }

    .current-projects-container {
        /*font-size: 2rem;*/
        padding: 0.5rem 0;
    }

    .another-time-logo {
        width: 100%;
    }

    .learn-more-button {
        font-size: 0.8rem;
        padding: 1rem 1.4rem;
        margin-top: 1rem;
    }

    .project-column {
        padding-bottom: 1rem;
    }

    .espionage-logo {
        width: 100%;
    }

    .project-column + .project-column {
        padding-top: 0;
        margin-top: 0;
    }

    .copyright-footer {
        font-size: 0.75rem;
    }
}
