@charset "UTF-8";
body {
margin: unset;
}
main {
display: flex;
flex-direction: column;
align-items: center;
gap: var(--gap);
transition: 0s;