body, input, button {
    font-family: "Comic Sans MS", comic, sans-serif;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.hid {
    display: none !important;
}

#logo {
    display: flex;
    align-items: center;
    color: #f00;
    font-size: 24px;
}

#logo img {
    margin-right: 5px;
}

#repo-input-area {
    margin: 16px 0;
    max-width: 500px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#repo-url {
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
}

#go {
    font-size: 36px;
    font-weight: bold;
}

#repo-downloads {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#download-code, #visit-site {
    font-size: 20px;
}

.os-download {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 24px;
    margin: 16px 0;
}

.os-download a {
    margin: 0 5px;
}

.os-download small {
    font-size: 12px;
}

#no-releases {
    font-size: 24px;
    margin-top: 16px;
}

#assets-container, #assets {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#assets {
    margin-top: 6px;
}

#we-try {
    margin-bottom: 6px;
    font-style: italic;
}