body, html { height: 100%;
    margin: 0;
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; }
	
body {background: #eee;}

.content { text-align:center; background: #fff; border-radius:10px; padding: 30px 50px; }