@import url('https://fonts.googleapis.com/css?family=Bellefair');
body {
	background-color: black;
	background-image:url(https://samedude.me/i/nRqFMy5.jpg);

	background-repeat: no-repeat;

	background-size: cover;
}

html,
body {
    height: 100%;
}

.info-text {
	font-family: 'Bellefair', serif;
}

.panel-body {
	background-color:#eee;
	border-radius: 5px;
	border: 5px solid black;
}

.container {
	height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-md-6 {
	display: inline-block;
}
