
.landing-body {
    background-image: url('..study.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.gameplay-body {
    background: linear-gradient(to bottom, lightblue, #0000FF);
}
