
.gameWord
{
    width: 40%;
    background: ghostwhite;
    font-size: 20px;
    padding-left: 20px;
    text-indent: 2px;
    text-align: center;
    float: left;
    border-radius: 30px;
}

.gameMeaning
{
    width: 40%;
    height: 160px;
    font-size: 16px;
    background: ghostwhite;
    padding: 10px;
    margin: 5px;
    text-indent: 2px;
    float: left;
    border: 1px solid black;
    border-radius: 30px;
}

.gameMeaning:hover, .gameMeaning:focus {
    background-color: white;
    color: red;
    cursor:pointer;
}


.gameQuote
{
    width: 60%;
    height: 120px;
    background: ghostwhite;
    margin-right: 20%;
    margin: 5px;
    text-indent: 2px;
    text-align: center;
    border: 1px solid black;
    border-radius: 30px;
}


.gameQuote:hover, .gameQuote:focus {
    background-color: white;
    color: red;
    cursor:pointer;
}
