html, body {
    height: 100%;
}

.gameContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.gameBox {
    height: 20%;
    margin: 10px;
    border: solid black 5px;
    border-radius: 10px;
    display: flex;
    text-align: center;
    justify-content: center;
}

.pageLink {
    width: 100%;
    height: 100%;
}