main a:has(> img[alt~="amorphic"]) {
    display: flex;
    justify-content: center;
}

main img[alt~="amorphic"] {
    height: 17rem !important;
    aspect-ratio: 1 / 1;
    background-color: transparent !important;
}

nav img[alt~="amorphic"] {
    height: 3rem !important;
    width: 3rem !important;
    aspect-ratio: 1 / 1;
    background-color: transparent !important;
}