body {
    margin: 0;
    padding: clamp(0.5rem, 1vw, 1rem);
    position: relative;
    z-index: 0;
    min-height: 100vh;
    isolation: isolate;
}

.bg {
    position: fixed;
    inset: 0;
    background-image: url("img/steamunlocked-bg-ai-extendet.png");
    background-size: cover;
    background-position: center;
    filter: blur(clamp(2px, 0.6vw, 8px)) brightness(0.7);
    z-index: -1;
}

.content img {
    width: 92vw;
    max-width: 100%;
    height: auto;
}

nav ul {
    flex-wrap: wrap;
    gap: 2vw;
}
.content {
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}

.content hgroup {
    flex: 1;
}

.content img {
    max-width: 300px;
    height: auto;
}

img {
    border-radius: 10px;
}

.frame18-inline {
    width: 134px;
    height: auto;
    margin: 0 0 0 0.35rem;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 700px) {
    nav ul {
        gap: 0.75rem;
    }

    .content {
        flex-direction: column;
        align-items: stretch;
    }

    .content img {
        width: 100%;
        max-width: 100%;
    }

    .content hgroup {
        width: 100%;
    }
}
