html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: #b8bdcc;
    background-color: #282c34;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

html * {
    box-sizing: border-box;
}

.main-screen {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-screen .main-screen-wrapper {
    padding: 0 20px;
}

.main-screen .credits {
    text-align: center;
}

.main-screen .credits > div {
    margin-bottom: 20px;
}

.main-screen .credits > div a {
    text-decoration: underline;
    color: #778aad;
}

h1, h2 {
    text-align: center;
}

.main-title {
    margin: 0;
    font-size: 42px;
    font-family: "Courier Prime", monospace;
    font-weight: normal;
    color: #ffa600;
}

.main-sub-title {
    margin: 0 0 30px;
    font-size: 24px;
    font-weight: normal;
    color: #e0e0e0;
}

.group-desc {
    max-width: 400px;
    text-align: center;
    color: #b8bdcc;
    margin: 0 0 30px;
    background: #434a56;
    padding: 20px;
    border-radius: 10px;
    line-height: 1.3em;
}