.gfx{
width:100%;
}

.container {
border: solid 1px white;
}

@font-face{
	font-family: 'AvenirNext';
	src: url(AvenirNextLTPro-Regular.otf);
	
}

.text{
   font-family: 'AvenirNext', sans-serif;
   font-size: 1.2em;
   color: rgb(255,165,0);
}

.h4{
	font-family: 'Shrikhand', cursive;
	font-size: 2em;
	color: rgb(255,192,203);
}

.ul{
	color: rgb(255,165,0);
}

li{ color: rgb(255,165,0);}