#buttons{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:2px}#buttons img{max-width:88px;max-height:31px}@media (max-width: 600px){#buttons{flex-direction:column;justify-content:center}}@media (min-width: 600px){#buttons{flex-direction:row}}#buttons>*{border-style:solid;border-width:2px;width:fit-content;height:fit-content}@media (prefers-color-scheme: light){#buttons :nth-child(even){border-color:#8f5e15}#buttons :nth-child(odd){border-color:#8c4351}}@media (prefers-color-scheme: dark){#buttons :nth-child(even){border-color:#e0af68}#buttons :nth-child(odd){border-color:#f7768e}}