body {
	font-family: 'Lora', serif;
	font-size: 120%;
	position: relative;
}

a {
    font-family: 'Lora', serif;
	font-size: 120%;
	position: relative;
    text-decoration: none;
    color: black;

}

footer {
    font-size: 85%;
    position: fixed;
    bottom: 10px;
    text-align: right;
    align-items: right;

}

a:visited {
    color: black;
}

a:hover {
    color: grey;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

.center img {
    width: 50%;
    height: 50%;
}

.links {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.games {
    display: flex;
    align-items: center;
}

.game {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;

}

.game img {
    height: 35%;
    width: 35%;
}