.gameContent { 
    height: 230px;
    padding: 3px;
    border:1px solid #e2e2e2;
    width: 195px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.gameContent:hover {
    cursor:pointer;
    background: #e0e9f2;
    border: 1px solid white;
}

.gameImage {
    padding: 5px;
    border:1px solid #c7c7c7;
    background: white;
    
    position: relative;
    left: 35px;
}

.gameTitle {
    font-size: 15px;
    margin-top: 5px;
    
    font-weight: normal;
    color: #135299;
}

.gameShortText {
    text-align: justify;
}

