@import url('https://fonts.googleapis.com/css2?family=Mountains+of+Christmas:wght@400;700&display=swap');

html,
body {
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6ebf0 !important;
    background-image: url(/assets/img/snow.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.christmas-title {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 56px;
    font-weight: 700;
    color: #c0392b;
}

.gamepage-title {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 42px;
    font-weight: 700;
    color: #0d5901;
}

.gamepage-active {
    margin: 6em 0 !important;
}