html, body {
    background: #3c3c3c;
    color: white;
    font-family: -apple-system, sans-serif;
    height: 100%;
    margin: 0;
}

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

.description {
    display: flex;
    flex-direction: column;
}

.install-button {
    border: none;
    background-color: mediumpurple;
    border-radius: 10px;
    font-size: 20px;
    padding: 15px;
    margin-top: 10px;
    color: white;
}

.description {
    max-width: 40%;
}

.download-description {
    max-width: 60%;
}

.gatekeeper-logo-container {
    margin: 20px;
}

#download-link {
    color: white;
}

#download-link:visited {
    color: white;
}