@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/imagens/chleb-1.jpg);
	background-repeat: no-repeat;

}

img {
    height: 140px;
    max-width: 400px !Important;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -75px;
    margin-left: -200px !Important;
}

.fabrica {
    text-align: center;
    font-family: 'Slabo 27px', serif;
    line-height: 1.5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 80px;
    margin-left: -90px !Important;
}

.grad {
	height: 500px;
    width: 1290px;
	background: radial-gradient( #f4d6ba, rgba(244, 214, 186, 0.05), rgba(0, 128, 0, 0));
    text-align: center !important;
    border: solid;
    border-radius: 200px;
    border: transparent;
	
}

body .grad {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -645px !Important;
}
