@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
body
{
  padding: 10%;
  margin-left: auto;
  margin-right: auto;
}
html
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #3f75cc;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.construh1 
{
  -webkit-text-stroke: 1px blue; /* width and color */
  text-align: center;
  color: white;
  font-size: 2em;
  font-family: 'Bakbak One', cursive;
}
.constru-img
{
  align-items: center;
  width: auto;
  height: 20rem;
}

.banner
{
  align-items: center;
  width: auto;
  height: 5rem;
  padding: 0;
  margin: 0;
  margin-bottom: -0.7rem;
  border-radius:50% 13% 50% 45%;
  border: 1.5px solid rgba(82, 206, 197, 1);
  box-shadow:
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 90px #0ff,
    0 0 95px #0ff,
    0 0 105px #0ff;
}
.bannerh2
{
  -webkit-text-stroke: 1px #fff;
  text-align: center;
  color: #42e3f5;
  font-size: 1.8em;
  font-family:  'Permanent Marker', cursive;
  letter-spacing: 2px;
  padding: 0;
  margin-bottom: -0.5rem;
  margin-top: 0;
  text-shadow:
    0 0 20px #fff,
    0 0 40px #fff,
    0 0 80px #fff,
    0 0 90px #0ff,
    0 0 95px #0ff,
    0 0 105px #0ff;
}
.bannerh3
{
  -webkit-text-stroke: 0.5px white;
  text-align: center;
  color: #ef42f5;
  font-size: 1em;
  font-family: 'Bakbak One', cursive;
text-shadow:
    0 0 5px #fd75ff,
    0 0 10px #fff,
    0 0 20px #fd75ff,
    0 0 40px #ff00c8,
    0 0 80px #ff00c8,
    0 0 90px #0ff,
    0 0 100px #0ff,
    0 0 150px #0ff;

  padding: 0;
  margin-top: 0;
  margin-Bottom: 10px;
}
body
{
  padding: 0;
}
.neon {
  color: #fff;
}
.windy-container {
    /* Define a largura máxima que o iframe pode atingir, se o contêiner for maior */
    max-width: 800px; 
    margin: 0 auto; /* Centraliza no contêiner pai */

    /* Truque de proporção (ex: 75% da largura para a altura = 4:3) */
    position: relative;
    width: 100%;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}

.windy-container iframe {
    /* Ocupa 100% do contêiner */
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 130%;
    border-radius: 8px; /* Opcional: bordas arredondadas */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Opcional: Sombra leve */
}

/* Otimização para CELULARES (Telas muito estreitas) */
@media (max-width: 600px) {
    .windy-container {
        /* Aumenta a altura vertical em telas pequenas, para melhor visualização */
        padding-bottom: 100%; /* Faz o mapa ficar quase quadrado */
    }
}
