


   body  {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
	background: black;
	height: 25.5em; 
	margin: 0 auto;
	padding-bottom: 1.5em;
	overflow: hidden;
	color: hsl(150, 100%, 50%);
	text-shadow: 0 0 10px;
	font-family: monospace;

}

.sabor {
    color: hsl(0, 0%, 0%);
    text-shadow: 0 0 10px;
    font-family: monospace;
    line-height: 1.5em;
}

