body {
    background-color: #FFFBF3;
    margin: 0;
    font-family: 'Inter';
}

/* Make the page tall enough so the footer is below the fold */
main {
    min-height: 100vh;
}

.wrap {
    margin: 2em;
}

.header-center {
    text-align: center;
    margin-bottom: 1em;
}

/* (Converted your nested rule into normal CSS) */
.axo-container {
    text-align: center;
}
.axo-container img {
    height: 400px;
}

h1 {
    text-align: center;
    margin-bottom: 1em;
}

.platform-button {
    text-align: center;
}

/* Footer */
.site-footer {
    padding: 2rem 0 1rem;
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.85;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-links .dot {
    margin: 0 0.6rem;
}

@media (min-width: 788px) {
    .header-center {
        margin-bottom: 2em;
    }
    .wrap {
        margin: 1 4em; /* keeping your original value */
    }
}

@media (min-width: 950px) {
    .header-center {
        margin-bottom: 10em;
    }
    .text-container {
        margin-bottom: 3em;
    }
    .axo-container {
        position: absolute;
        z-index: -1;
        width: 50%;
        top: 20%;
        right: 5%;
    }

    /* (Converted your nested rule into normal CSS) */
    .axo-container img {
        height: 500px;
    }

    h1 {
        text-align: center;
    }

    main {
        width: 50%;
        min-height: 100vh; /* keep footer below the fold on desktop too */
    }
}
