body {
    background-color: rgba(128, 128, 128, 0.37);
    text-align: center;
    font-family: 'Audiowide', cursive;
    font-weight: 300;
    color: black;
}

.horizontal-rule {
    border: 2px solid #e100ff;
}

img.Jeopardy {
    margin-right: 45px;
}

.instructions {
    color: #2d3c49;
    font-weight: bold;
    font-family: 'Spectral SC', serif;
    margin-bottom: 40px;
}

img:hover {
    cursor: pointer;
    background: #e1e1e1;
    border-top: 1px solid #d0d0d0;
}