@import url(https://fonts.googleapis.com/css?family=Josefin+Slab);

body {
	margin: 0;
	padding: 0;
}

#container {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -300px;	/* half of width */
	margin-top: -184px;	/* half of height */
	width: 600px;
	height: 367px;
	background: transparent url('../img/bg.jpg') 0 0 no-repeat;
	border-radius: 45px;
	text-align: center;
	font-family: 'Josefin Slab', sans-serif;
	color: #fff;
	box-shadow: 15px 10px 25px 5px rgba(0,0,0,0.5);
}

#name {
	font-size: 40px;
}

#title {
	display: inline-block;
	margin-top: 5px;
	text-align: left;
	font-size: 15px;
	line-height: 1.2em;
}

#left-panel {
	float: left;
	margin-top: 125px;
	width: 305px;
    padding-left: 10px;
}


#right-panel {
	float: right;
	margin-top: 80px;
	width: 280px;
}

#qr {
	height: 200px;
	border-radius: 10px;
}
