@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    background-color: #333;
    color: white;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.version-text-beta {
    color: orange;
}

.version-text-stable {
    color: lightgreen;
}

.beta {
    font-size: 16px;
    padding: 0;
    border: 6px solid;
    color: yellow;
    background-color: rgb(255, 255, 0);
    -webkit-text-fill-color: black;
    border-radius: 30px;
    position: absolute;
    margin: 5px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline
}

.navigation {
    display: flex;
    gap: 10px;
    background-color: #0066ff;
    padding: 10px;
    padding-right: 27px;
    border-radius: 10px;
    margin-top: 15px;
    width: fit-content;
}

.app-version {
    font-size: 12px;
    color: lightgray;
    margin-left: 10px;
}
.games .programs .other {
    font-size: 20px;
    font-weight: bolder;
}
.warning {
    font-size:16px;
    color: white;
}

.warning-outdated {
    font-size: 16px;
    color: red;
    display: flex;
    gap: 5px;
    align-items: center;
}

.yellow {
    color: yellow;
}

.changelog {
    display: flex;
    gap: 10px;
    background-color: #ffa600;
    padding: 10px;
    padding-right: 11px;
    border-radius: 10px;
    margin-top: 15px;
    width: fit-content;
}

.updated {
    margin-left: 4px;
    vertical-align: middle;
    color: white;
    font-style: italic;
    background: orange;
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 700;
}
.game-name{
    font-weight: 600;
}
.file-size-text {
    font-size: 14px;
    color: lightgray;
    margin-left: 5px;
}
.file-size{
    font-weight: 600;
    color: yellow;
    margin-left: 3px;
    font-size: 14px;
}
.download {
    margin-top: 2px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background-color: #0066ff;
    padding: 10px 15px;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    font-weight: 700;
}
.download img {
    width: 20px;
    height: 20px;
}
.outdated {
    margin-left: 4px;
    vertical-align: middle;
    color: white;
    font-style: italic;
    background: rgb(110, 109, 108);
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 700;
}
.latest {
    margin-left: 4px;
    vertical-align: middle;
    color: white;
    font-style: italic;
    background: rgb(2, 185, 48);
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 700;
}