@import "tailwindcss";

:root {
    --club-blue: #18478d;
    --club-yellow: #e0b70f;
}

body {
    background-image: url('/assets/components/texture.png');
    background-size: 4.5rem auto;
}

main {
    background-color: #F5F2EB;
    /* max-width: 1100px !important; */
}