body {
	/*background-color: #ffab40;*/
}

.intro {
	margin: auto;
	max-width: 500px;
}

.selfie{
	height: 30vh;
	width: 30vh;
}

.fixed{
	position: fixed;
}

.containter{
	max-width: 1000px;
	margin: auto;
}

.repo-card{
	cursor: pointer;
}

.full-height{
	height: 100%;
}