.returnToGamePage {
    position: absolute;
    top: 500px;
    left: 100px;
    font-size: 2rem;
    font-weight: 1000;
    text-align: center;
}

.returnToGamePage:hover {
    position: absolute;
    top: 500px;
    left: 100px;
    font-size: 2rem;
    font-weight: 1000;
    text-align: center;
    color: violet;
}

.returnToGamePageOther {
    position: absolute;
    top: 500px;
    right: 100px;
    font-size: 2rem;
    font-weight: 1000;
    text-align: center;
}

.returnToGamePageOther:hover {
    position: absolute;
    top: 500px;
    right: 100px;
    font-size: 2rem;
    font-weight: 1000;
    text-align: center;
    color: violet;
}
.instructions {
	position: absolute;
	left: 33%;
	top: 77%;
	font-size: 2rem;
	font-weight: 1000;
}

.gameIconImage {
    position: absolute;
    border-radius: 30%;
    top: 375px;
    left: 120px;
    width: 225px;
    height: 100px;
}

.gameIconImage:hover {
    position: absolute;
    border-radius: 30%;
    top: 375px;
    left: 120px;
    width: 225px;
    height: 100px;
    opacity: 0.75;
}

.gameIconImageOther {
    position: absolute;
    border-radius: 30%;
    top: 375px;
    right: 110px;
    width: 225px;
    height: 100px;
}

.gameIconImageOther:hover {
    position: absolute;
    border-radius: 30%;
    top: 375px;
    right: 110px;
    width: 225px;
    height: 100px;
    opacity: 0.75;
}
