.text {
  max-width: 35rem;
  margin: 3em auto 1em;
}

h1{
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: 100;
	line-height: 110%;
}

.product-price{
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}

#buybutton{
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 2rem;
	width: 30em;
}



/*MOBILE*/

@media screen and (max-width: 768px) {


}