@import url("https://fonts.googleapis.com/css2?family=Belleza&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Phudu:wght@300..900&family=Tulpen+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap");

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Esconde rolagem horizontal */
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  font-family: "Belleza";

  color: rgb(236, 236, 236);
  background-color: rgb(0, 0, 0);

  padding: 1.3rem 0;
}

h1 {
  font-weight: normal;
  font-size: 3rem;
  margin: .5rem;

  text-align: center;
}
p{
  font-weight: normal;
  text-align: center;
}

.container {
  overflow: hidden;
  width: 80%;

  margin: 1.5rem;
}
.container-tweets{
  height: 100%;

  background-color: rgb(207, 217, 222);
  border-radius: 6px;
}

.container-tweets button, a{
  outline: none;
  text-decoration: none;
  border: none;

  text-align: center;

  font-size: 1.2rem;
  font-weight: 900;
}
.container-tweets button{
  border-radius: 0;

  background-color: rgb(207, 217, 222);


  width: 10rem;
}
.container-tweets a{
  color: rgb(243, 243, 243);
}

p {
  font-family: "DM Serif Display", serif;
  font-style: normal;
}

.countdown-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.text {
  /* width: 6.5rem; */
  font-weight: bold;
  font-size: 6rem;
  line-height: 1;
  margin: 0 0 0 2rem;

  text-shadow: 0 0 10px rgba(219, 219, 219, 0.479),
    0 0 40px rgba(156, 156, 156, 0.24);
}

.countdown-el {
  text-align: center;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.countdown-el span {
  font-size: 1.5rem;
  margin-top: 3.2rem;
  margin-left: 1rem;
}

.timer-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;

  justify-content: center;
  align-items: center;
}

.timer-container iframe {
  width: 560px;
  height: 280px;

  overflow: hidden;
  pointer-events: none;
}

.timer-container span {
  max-width: 50%;
  word-wrap: break-word;

  font-family: "Belleza";

  font-size: 21px;
}

footer {
  position: absolute;
  bottom: -250px;

  overflow: hidden;
  pointer-events: none;
}

footer {
  transition: 1s;
}

footer img {
  width: 100vw;
  height: auto;
}

.dissapear {
  opacity: 0.5;
  filter: drop-shadow(100px 0 100px rgba(177, 177, 177, 0.2));
}

#galeria{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

  gap: 1rem;
}

#galeria .post{
  max-width: 500px;
  max-height: 500px;

  border-radius: 6px;
}

.redes{
  color: rgb(211, 211, 211);
}
.redes a{
  color: #ffffff
}