body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Georgia', serif;
    background-color: #f0f0f0;
    color: #333;
	font-size: 1.3em;

}
.centered {
    text-align: center;
    max-width: 80%;
}
::selection {
    background: #C47464;
	color: white;
}
