.logo {
    padding: 3rem 1rem;
    text-align: center;
}

.logo a {
    display: inline-block;
    max-width: 321px;
}

.logo img {
    width: 100%;
}

main {
    margin: 0 auto;
    max-width: 640px;
    padding: 1rem;
    text-transform: uppercase;
    line-height: 1.5;
}

.title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 1rem;
}

.name {
    font-size: 18px;
    text-align: center;
    margin-bottom: 2rem;

    color: var(--color-text-dark);
}

.text {
    font-size: 14px;
    margin-bottom: 1rem;
}

.text .key {
    color: var(--color-text);
}

.text .value {
    color: var(--color-text-dark);
}

.text .value a, .tweet a {
    color: var(--color-text-dark);
    border-bottom: 2px solid;
    padding-bottom: 5px;
}

.gif {
    margin-top: 10px;
    text-align: center;
}

.gif video {
    width: 100%;
    max-width: 460px;
}

.screenshots {
    margin: 10px auto 0 auto;
    max-width: 460px;
}

.screenshots #currentScreenshot {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.screenshots .row {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
}

.screenshots .screenshot {
    display: block;
    width: 0px;
    flex-grow: 1;
}

.screenshots .screenshot:not(:last-of-type) {
    margin-right: 5px;
}

.screenshots .screenshot:not(.active):hover {
    opacity: .6;
    cursor: pointer;
}

.screenshots .screenshot.active {
    opacity: .6;
}

.tweets {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tweets .text {
    margin-bottom: 0;
}

.tweet-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tweet {
    text-align: center;
}

.tweet {
    margin: 0 5px;
}

.tweet a {
    margin-top: 10px;
}

.tweet .twitter-tweet {
    width: 300px !important;
}
