	@font-face {font-family:"Hip Horay";src:url("Hip_Horay.eot?") format("eot"),url("Hip_Horay.woff") format("woff"),url("Hip_Horay.ttf") format("truetype"),url("Hip_Horay.svg#HipHoray") format("svg");font-weight:normal;font-style:normal;}

	@-webkit-keyframes snowflakes-fall {
		0% {
			top: -10%
		}
		100% {
			top: 100%
		}
	}
	
	@-webkit-keyframes snowflakes-shake {
		0%,
		100% {
			-webkit-transform: translateX(0);
			transform: translateX(0)
		}
		50% {
			-webkit-transform: translateX(80px);
			transform: translateX(80px)
		}
	}
	
	@keyframes snowflakes-fall {
		0% {
			top: -10%
		}
		100% {
			top: 100%
		}
	}
	
	@keyframes snowflakes-shake {
		0%,
		100% {
			transform: translateX(0)
		}
		50% {
			transform: translateX(80px)
		}
	}
	
	.snowflake {
		position: fixed;
		top: -10%;
		z-index: 9999;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-animation-name: snowflakes-fall, snowflakes-shake;
		-webkit-animation-duration: 10s, 3s;
		-webkit-animation-timing-function: linear, ease-in-out;
		-webkit-animation-iteration-count: infinite, infinite;
		-webkit-animation-play-state: running, running;
		animation-name: snowflakes-fall, snowflakes-shake;
		animation-duration: 10s, 3s;
		animation-timing-function: linear, ease-in-out;
		animation-iteration-count: infinite, infinite;
		animation-play-state: running, running
	}
	
	.snowflake:nth-of-type(0) {
		left: 1%;
		-webkit-animation-delay: 0s, 0s;
		animation-delay: 0s, 0s
	}
	
	.snowflake:nth-of-type(1) {
		left: 10%;
		-webkit-animation-delay: 1s, 1s;
		animation-delay: 1s, 1s
	}
	
	.snowflake:nth-of-type(2) {
		left: 20%;
		-webkit-animation-delay: 6s, .5s;
		animation-delay: 6s, .5s
	}
	
	.snowflake:nth-of-type(3) {
		left: 30%;
		-webkit-animation-delay: 4s, 2s;
		animation-delay: 4s, 2s
	}
	
	.snowflake:nth-of-type(4) {
		left: 40%;
		-webkit-animation-delay: 2s, 2s;
		animation-delay: 2s, 2s
	}
	
	.snowflake:nth-of-type(5) {
		left: 50%;
		-webkit-animation-delay: 8s, 3s;
		animation-delay: 8s, 3s
	}
	
	.snowflake:nth-of-type(6) {
		left: 60%;
		-webkit-animation-delay: 6s, 2s;
		animation-delay: 6s, 2s
	}
	
	.snowflake:nth-of-type(7) {
		left: 70%;
		-webkit-animation-delay: 2.5s, 1s;
		animation-delay: 2.5s, 1s
	}
	
	.snowflake:nth-of-type(8) {
		left: 80%;
		-webkit-animation-delay: 1s, 0s;
		animation-delay: 1s, 0s
	}
	
	.snowflake:nth-of-type(9) {
		left: 90%;
		-webkit-animation-delay: 3s, 1.5s;
		animation-delay: 3s, 1.5s
	}
	
	.snowflake:nth-of-type(10) {
		left: 25%;
		-webkit-animation-delay: 2s, 0s;
		animation-delay: 2s, 0s
	}
	
	.snowflake:nth-of-type(11) {
		left: 65%;
		-webkit-animation-delay: 4s, 2.5s;
		animation-delay: 4s, 2.5s
	}
	
/* acima temos as config do snowflake effect do site da sadgrl*/

/* background-image é sempre dentro de um body no css nao esquecer*/
	
	:root {
	  
	  --colortitle: #f24b9f /*rosa salmao*/;
	  --colortitle2: #f28b4b /*laranja*/;
	  --colortext: #f24b4b /*vermelho*/;
	  --colortextblack: #211e1e /*preto*/;
	  --colortextgreenh: #32a852 /*verde escuro*/;
	  --colortextgreenl: #e9edda /*verde claro*/;
	  
	  }
	  
	body {
	
	background-image: url('plumbobpinkbg.png');
	font-family:"Hip Horay";
	color:var(--colortextblack);
	
	}
	
	.containeracima {
	margin-top: -150px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;         /* Quebra para a próxima linha se não houver espaço */
  gap: 15px;               /* Espaçamento entre os elementos */
}

  div {
  margin: 10px;
  padding: 20px;
  float: none;
    }

/* vers verde claro abaixo */

aside {
  width:30% /* Set a width for the sidebar */;
  padding: 15px;
  margin: 15px;
  float: right;
  background-color: #e9edda;
  border-radius: 80px;
}

.centercenter {

  padding: 5px;
  margin: 5px;
  background-color: #e9edda;
  border-radius: 80px;
  width: 40%;
  float:left;
  text-align: center;
}

aside h1 {
  
  margin: 30px;
  
  }

asideoutro0 {
  width:20% /* Set a width for the sidebar */;
  padding: 15px;
  margin: 15px;
  float: right;
  border-radius: 80px;
}

asideoutro {
  width:20% /* Set a width for the sidebar */;
  padding: 15px;
  margin: 15px;
  float: left;
  background-color: #e9edda;
}

aside section {
  padding: 15px;
  margin: 15px;
  background-color: #32a852;
  border-radius: 40px;
}

.left-sidebar {
  margin-left:100px;
}

.right-sidebar {
  margin-right:50px;
}

section {
  margin-bottom:10px;
  font-size: 90%;
}

/* esse e a config do article e seus filhos*/

.intread {
  margin: 0;
  padding: 5px;
  background-color: #e9edda;
}

/* config dentro do article*/

.intread > h1, .lastread {
  margin: 15px;
  padding: 6px;
}

.lastread {
  background: #32a852;
  border-radius: 40px;
}

.lastread > h2, p {
  margin: 4px;
  font-size: 90%;
}

/* aqui termina config do article*/

main {
  width: 40%; /* Main content takes up the rest */
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 160px;
  background-color: #f1f1f1;
  border-radius: 80px;
  text-align: center;
}

li a {
  display: block;
  color:var(--colortextblack);
  padding: 8px 16px;
  text-decoration: none;
}

/* Change the link and background color on hover */
li a:hover {
  background-color: #32a852;
  color: var(--colortitle);
}

h1 {
  
  color:var(--colortextblack);
  
  }

h2 {
  
  color:var(--colortitle);
  
  }
  
.container {
  overflow: hidden;
  white-space: nowrap;
}

.scrolling {
  animation: marquee 4s linear infinite;
  display: inline-block;
  padding-right: 15px;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to { 
    transform: translateX(-100%);
  }
}

.imgacima {
  position: absolute;
  width:18%; /* Set a width for the sidebar */;
  z-index: 10; /* Z-index maior traz para frente */
}

.imgacima2 {
  position: absolute;
  width:6%; /* Set a width for the sidebar */;
  left: 58px;
  bottom: -100px;
  z-index: 16; /* Z-index maior traz para frente */
  padding:30px;
}

.imgacima3 {
  position: absolute;
  width:8%; /* Set a width for the sidebar */;
  right: 200px;
  top: 180px;
  z-index: 16; /* Z-index maior traz para frente */
  padding:30px;
}

.imgacima4 {
  position: absolute;
  width:3%; /* Set a width for the sidebar */;
  left: 200px;
  top: 0px;
  z-index: 16; /* Z-index maior traz para frente */
  padding:30px;
}

.img-estilo {
  display: block; /* Força cada imagem a ocupar uma nova linha */
  margin-bottom: 10px; /* Adiciona espaço entre elas */
}

.atras {
  position: relative;
  z-index: 1; /* Valor menor fica atrás */
}
  
.lilia {
  
  max-width: 80%;
  height: auto;
  display: block;
}

p2 {
  
  padding:20px;
  width: 50%;
  font-size: 30px;
  z-index:16;
  
  }

footer {
  
  padding:20px;
  width: 50%;
  font-size: 20px;
  z-index:16;
  }
  

/* depois vejo isso é um grid para colocar os créditos tem que arrumar*/

/*.containerfooter {
  
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: 3fr 1fr;
  padding: 10px;
  border-radius: 20px;
  
  }

cf {
  
  background-color: var(--colortextgreenl);
  color: var(--colortextblack);
  
  }

.containerfooter cf {
  
  padding: 10px;
  font-size: 30px;
  
  }
