body {
background-color: pink;
background-image: url('imgs/bg/pink.gif');
background-repeat: repeat;
margin: 0;
}

.corpofundo {
max-width: 800px;
margin: auto;
backdrop-filter: blur(10px);
}

.fundo {
padding: 15px;
background-color: #f9f6f3;
}

.sub-banner {
max-width: 800px;
/*background-color: #f9e9e8;*/
margin:0;
padding: 1px;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 2em;
color: #e880a0;

}

a {
color: #5faa33;
text-decoration: none;
}

a:hover {
color: #a8dc8a;
}

p {
font-family: 'Nunito', sans-serif;
color: #d95d83;
text-align: center;
}

h3 {
font-family: 'Nunito', sans-serif;
color: #d95d83;
text-align: center;
}


/* CONFIG FOOTER */

footer {
padding-top: 8px;
padding-bottom: 5px;
font-family: 'Nunito', sans-serif;
font-size: 0.7em;
text-align: center;
color: #d95d83;
background-color: #f9f6f3;
position: fixed;
bottom: 0px;
width: 100%;
margin-left: auto;
}

.container2 {
display: flex;
flex-wrap: wrap;  
padding-left: 15px;
padding-right: 15px;
gap: 10px;
}

.item2 {
flex: 1 1 50px;
margin: auto;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 1em;
}


/* CONFIG MENU */

.menu {
position: fixed:
top: 0px;
padding-left: 30px;
padding-right: 30px;
background-color: #f9f6f3;
}

.container {
display: flex;
flex-wrap: wrap;  
padding-left: 15px;
padding-right: 15px;
}

.item {
flex: 0 0 12px;
margin: auto;
text-align: center;
font-family: 'Nunito', sans-serif;
font-size: 0.8em;
}

.dropdown {
position: relative;
}

.dropbtn {
color: #5faa33;
background-color: #f9f6f3;
border: none;
cursor: pointer;
font-family: 'Nunito', sans-serif;
font-size: 1em;
border-radius: 4px;
padding: 5px;
}

.dropdown-content {
display: none;
position: absolute;
text-align: left;
min-width: 120px;
background-color: #f9e9e8;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
border-radius: 4px;
}

.dropdown-content a {
color: #ff6f95;
padding: 5px 5px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {
background-color: #ffc7db;
color: white;
border-radius: 4px;
}

.dropdown:hover .dropdown-content {
display: block;
z-index: 50; 
}

.dropdown:hover .dropbtn {
background-color: #f9e9e8;
color: #ff6f95;
padding: 5px;
}

/* BOLINHAS */

#bolinhas {
color: #ff6f95;
}


/* CONFIG DA GALERIA */

.containergaleria {
display: flex;
flex-wrap: wrap; 
gap: 10px; 
padding: 20px;
}

.itemgaleria {
flex: 1 1 200px; 
box-sizing: border-box;
align-content: center;
text-align: center;
}

.fotos {
width: 200px;
}

.avatar {
width: 100px;
}

.emoticons {
align-content: center;
text-align: center;
margin-left: auto;
margin-right: auto;
padding-left: 5px;
padding-right: 5px;
}

/* CONFIG DOS TEMAS */

#temas {
width: 300px;
border: 3px solid #5faa33;
}

#temas:hover {
border: 3px solid #a8dc8a;
}

.temas {
text-align: center;
}
