@media only screen and (min-width: 768px) {
	#footerbar {
		position: fixed; 
		bottom: 0; 
		height: 42px; 
		background-color: black; 
		width: 30%; 
		text-align: center; 
		color: white;
		font-size: 1.2vmin;
	}
	body{
		font-family: 'Roboto';
		aspect-ratio: 9/16;
		width: 30%;
		margin-left: 35%;
	}
	#toplogo {
		width: 20%;
		height: auto;
		margin-left: 40%;
		margin-top: 5%;
	}
	#title{
		font-size: 200%;
		text-align: center;
	}
	#storiestitle {
		font-size: 130%;
		text-align: center;
	}
	#desc{
		font-size: 80%;
		text-align: center;
	}
	#buttonsrow {
		height: 10%;
	}
	.optionsbutton {
		width: 100%;
		height: 100%;
		font-size: 1.8vmin;
	}
	#appy {
		height: calc(100% - 70px);
	}
	body{
		font-family: 'Roboto';
	}
}