body {
background-color: #291535;
background-image: url('imgs/bg/Pflowers.png');
background-repeat: repeat;
margin: 0;
}

.corpofundo-vizinhos {
margin-left: auto;
margin-right: auto;
margin-top: 3em;
background-color: rgba(41, 21, 53, 0.8);
/*backdrop-filter: blur(8px);*/
}

a {
color: pink;
font-family: "Special Elite", serif;
text-decoration: none;
}

a:hover {
color: white;
}

p {
text-align: center;
color: #9b1e3e;
font-family: "Cutive Mono", monospace;
}

.welcome {
background-color: #291535;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
}

footer {
padding-top: 8px;
padding-bottom: 5px;
font-family: "Special Elite", serif;
font-size: 0.7em;
text-align: center;
color: #703791;
background-color: #291535;
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: "Special Elite", serif;
font-size: 1em;
}

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

/* CONFIG MENU */

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

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

.item {
flex: 0 0 12px;
margin: auto;
text-align: center;
font-family: "Special Elite", serif;
font-size: 0.8em;
}

.dropdown {
position: relative;
}

.dropbtn {
color: pink;
background-color: #291535;
border: none;
cursor: pointer;
font-family: "Special Elite", serif;
font-size: 1em;
border-radius: 4px;
padding: 5px;
}

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

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

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

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

.dropdown:hover .dropbtn {
background-color: #703791;
color: white;
padding: 5px;
}

/* BOLINHAS */

#bolinhas {
color: #9b1e3e;
}

/* BOTÕES */

.containerbuttons {
display: flex;
flex-wrap: wrap; 
gap: 5px; 
}

.itembuttons {
flex: 1 1 100px; 
padding: 2px;
box-sizing: border-box;
text-align: center;
border-radius: 5px;
}

#botao{
width: 88px;
}

#tag {
width: 86px;
}

/* CONFIG DOS QUIZZES */

.quizz {
display: flex;
flex-wrap: wrap; 
gap: 5px; 
}

.quizz-sub {
flex: 1 1 200px;
margin: auto;
padding-left: 4px;
padding-right: 4px;
padding-top: 1px;
padding-bottom: 1px;
box-sizing: border-box;
text-align: center;
border-radius: 5px;
font-family: 'Flamenco', mono;
color: #b29da3;
font-weight: bold;
}

/* CONFIG DOS BLINKIES */

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

.itemblinkies {
flex: 0 0 150px;
margin: auto;
text-align: center;
}

#blinkies {
width: 150px;
}
