body {
    background-image: url("clouds.jpg")
}

h2 {
    width: 100%;
    text-align: center;
    font-family: "Pixelated MS Sans Serif", Arial;
}

#grid {
    display: grid;
    grid-template-columns: auto auto;
    padding: 10px;
}

#honeydew {
    width: 100%;
    text-align: center;
}

#xephos {
    width: 100%;
    text-align: center;
}

h3 {
    font-size: 2em;
	margin: 0 0.2em;  
}

button {
    font-size: 1.5em;
    height: 2em;
    width: 4em;
    margin-bottom: 4px;
}