body {
background-color: #fff3c6;
background-image: url('imgs/receitas/fundo100.png');
background-repeat: repeat;
}

.fundo1 {
background-color: #fffbec;
padding: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 50px;
max-width: 600px;
background-image: url('imgs/receitas/papel15opa.png');
background-repeat: repeat;
filter: drop-shadow(3px 3px 4px #beb2a7);
}

.fundo2 {
/*border: 2px dashed #beb2a7;*/
padding-left: 10px;
padding-right: 10px;
padding-top: 0px;
color: #4175c4;
font-family: "Borel", cursive;
}

h1 {
font-size: 1.5em;
text-align: center;
margin-top: 15px;
font-family: 'Borel', cursive;
}

h2 {
font-size: 1em;
font-family: 'Borel', cursive;
}


li::marker {
font-size: 1em;
font-weight: bold;
}


a {
color: #d13499;
text-decoration: none;
}

a:hover {
color: #eb57b2;
text-decoration: underline;
}

#indice {
color: #d13499;
list-style: square;
}

#center {
text-align: center;
}

/* BOTÃO DE IR AO TOPO */

.botao-topo {
position: fixed;     
bottom: 10px;        
right: 10px;         
z-index: 1000;       
background-color: #eee7cf;
color: #4175c4;
border: none;
padding: 6px 8px;
font-size: 16px;
cursor: pointer;
box-shadow: 0 2px 2px rgba(0,0,0,0.2);
font-family: 'Delius Swash Caps', cursive;
font-size: 0.7em;
vertical-align: middle;
}

.botao-topo:hover {
background: #e0d3a7;
color: #4175c4;
}

.botao-topo:visited {
color: #4175c4;
}

#footer {
text-align: center;
margin: 0;
font-family: 'Delius Swash Caps', cursive;
font-size: 0.7em;
vertical-align: middle;
}

.vertical {
vertical-align: middle;
}
