@charset "utf-8";

header{
	position:relative;
	z-index: 3;
}

.navbar-brand img {
	width: 50px;
	height: auto;
}

.myCard {
	border-radius: 20px;
	border: 2px white solid;
	padding: 10px;
	max-width: 600px;
}

.myCard h2 {
	text-align: center;
}

.media img {
	width: 200px;
	height: auto;
}