html {
    background-color: black;
    color: white;
    font-size: 14px;
    font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", "Helvetica";
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: calc(20px + env(safe-area-inset-top));
    padding-bottom: calc(20px + env(safe-area-inset-bottom));
}

.title {
    font-size: calc(10px + 5vmin);
    font-weight: 300;
}

.subtitle {
    color: gray;
    font-size: calc(8px + 1.8vmin);
    font-weight: 300;
}

.screenshot {
    max-width: min(90%, 800px);
    padding: 20px;
    border-radius: 50px;
}

a {
    color: #D3D3D3;
    text-decoration: none;
}

a:hover, a:active {
    color: white;
}

.badge {
    display: flex;
    justify-content: center;
    padding: 15px;
}

.link-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 4px;
}

.link-container a {
    padding: 4px;
}
