body {
margin:0;
background:#0b0b0b;
color:white;
font-family: Arial;
}

.landing {
background: url('../assets/img/bg.jpg') center/cover no-repeat;
}

.content {
text-align:center;
margin-top:20%;
}

h1 span {
color:white;
}

h1 {
color:red;
font-size:60px;
}

button {
background:red;
border:none;
padding:15px 30px;
color:white;
font-size:20px;
cursor:pointer;
}

.scratch-card {
position:relative;
width:400px;
height:300px;
margin:auto;
}

canvas {
position:absolute;
top:0;
left:0;
cursor:pointer;
}

.rewards {
display:grid;
grid-template-columns:repeat(3,1fr);
height:100%;
align-items:center;
text-align:center;
}

.jackpot {
color:red;
font-weight:bold;
}
