/*
 * Globals
 */
    body {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #000000;
        margin: 0;
        padding: 0;
    }

	#container {
		background-image: url('images/background.jpg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    justify-content: center;
	    align-content: center;
	    align-items: center;
	}
	.text {
		margin: 30px;
	}
	.text img {
		width: 100%;
		height: auto;
		max-width: 400px;
	}
	.links {
		position: absolute;
		bottom: 50px;
	}
	.links a {
		padding: 10px;
		display: inline-block;
		font-size: 0;
	}