body {
    background: repeating-conic-gradient(
        from 45deg,
        rgb(20, 20, 50) 0% 25%,
        rgb(50, 50, 80) 0% 50%
    );
    background-size: 4px 4px;
}

#guesser li.primary {
    font-size: 1.2rem;
    font-weight: bold;
}

.hide {
    display: none;
}
