	* {
		box-sizing: border-box;
		font-size: 1.2rem;
		}
	  
	html, body {
		padding: 0;
		margin: 0;
		font-family: "Verdana", "Arial", Sans-serif;
		background-color: #1595d3;
		}
	
	#page-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100vh;
		}
		
	#page-content {
		padding: 1rem;
		text-align: center;
		overflow-wrap: break-word;
		word-break: break-word;
		}
	
	a, a:visited, a:hover {
		color: #ffffff;
		text-decoration: none;
		border: 0;
		}
		
	img {
		height: 200px;
	}