@font-face {
    font-family: myFirstFont;
    src: url(sansation_light.woff);
}

body {
	background: rgba(237,226,64,0.69);
}

.recipe-title {
	color: rgba(237,226,64);
	font-family: 'myFirstFont';
}

.recipe-description {
	color: rgba(255,255,255,1);
}

.recibe-box {
	background: rgba(76,76,76,1);
	width: 50%;
}




