@import url('https://fonts.googleapis.com/css?family=Nunito');

body {
	background-color: #efefef;
	font-family: Verdana;
}

.body-wrapper {
	margin: auto;
	max-width: 768px;
	height: 100%;
	text-align: center;
}

.logo {
	margin: auto;
	margin-top: 100px;
	margin-bottom: 100px;
	width: 90%;
	height: auto;
}

.game-buttons-wrapper {
	margin: auto;
	margin-bottom: 100px;
	width: 100%;
	border: 3px solid black;
	border-radius: 25px;
}

.game-button {
	margin: auto;
	margin-top: 75px;
	margin-bottom: 75px;
	width: 90%;
	text-align: center;
}

.rounded-image {
	width: 100%;
	height: auto;
	border-radius: 25px;
}

.portfolio-image {
	width: 100%;
	height: auto;
	border-radius: 25px;
	margin-bottom: 25px;
}

.portfolio-text {
	text-align: left;
}

.title {
	margin: auto;
	margin-top: 15px;
	font-size: 300%;
	font-weight: bold;
	text-align: center;
}

@media only screen and (min-width: 375px) {

}