html, body {
	height: 100%;
	text-align: center;
}

body {
	background-color: #000;
	font-family: sans-serif;
	display: grid;
}

.container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
	width: auto;
}

.image {
	padding-bottom: .5em;
}

.header {
	color: aquamarine;
	font-size: 2em;
}


.ip {
	color: white;
	font-size: 3em;
	font-weight: bold;
}
