/* common.css */
#top {
    max-width: 1440px;
}

.section::after {
    content: "RevoSolutionary Development"
}

body {
    background: linear-gradient(141deg, #0fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
}

.collapsible.full-width {
    width: 100%;
}

.htmx-settling img {
    opacity: 0;
}

img {
    transition: opacity 300ms ease-in;
}