body {
	font-family: Courier;
	background-color: #ffffff;
	padding-left: 0px;
	max-width: 810px;
}
	
h1 {

}
    
h2 {
    padding: 5px;
    margin: 0px;
}

h3 {
    text-align: left;
    font-style: italic;
    padding-top: 0px;
    padding-left: 10px;
}

hr {
	border-top: 1px solid black;
}
	
footer {
	position: absolute;
    bottom: 20px;
    overflow: hidden;
}

.image {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: auto;
}

.box {
    align-content: center;
    position: relative;
    background-color: transparent;
    width: calc(33.33% - 20px);
}

.description {
    align-content: center;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 12px;
    color: black;
    font-weight: 550;
}

.text {
    text-align: center;
    font-size: 12px;
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    filter: opacity(80%);
    background-color: yellow;
}

#game {
    width: 800px;
    height: 600px;
    max-width: 100%;
    padding: 0px;
    flex: 0 1 auto;
}

#game-area {
    width: 800px;
    text-align: center;
    border: 3px double black;
    display: flex;
    flex-direction: column;
    height: 100%;
}