body {
	background-image: url('../img/geekgirl.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	font-familiy: Tahoma, "Trebuchet MS", sans-serif;
}

h1 {
	font-size: 30px;	
}

header {
    width: 100%;
    height: 90px;
    padding: 10px;
    background: rgb(0,0,0);
	background: linear-gradient(194deg, rgba(0,0,0,1) 0%, rgba(51,51,51,0.8) 100%);
}

header img {
	height: 70px;
	margin: 0 10px;
}

header .btn {
	margin: 15px 10px !important;
}

.card {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}

.card p {
	max-width: 300px;
	margin: 0 auto;
	text-align: left;
	color: rgba(0, 0, 0, 0.7);
}

.rounded {
	max-height: 180px;
	}