* {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.container {
    max-width: 960px;
}
body {
    padding-bottom:200px !important;
}
.raffle-ticket:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}