body {
  color: black;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  position: relative;
  margin: 0;
  padding: 60px 0;
  height: 100%;
  min-height: 100vh;
  font-size:20px;
  
}
.background-img{
  background-image: url('../transflag.png');
  top: 0;
  left: 0;
  padding: 0;
  border: none;
  width: 120%;
  height: 120%;
  position: fixed;
  background-size: cover;
  background-position: center;
  z-index: -1; /* para atrás */
  }
h1{
  font-size:20
}
.frame {
  border: 2px solid black;
  padding: 20px 20px;
  max-width: 1000px;
  margin: 40px auto;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  background-color: #BDBDBD;
}

.innerframe {
 padding: 40px 40px; 
 
}

.kotone {
  display: flex;
  align-items: center;
  
}
.kotone img {
  margin-right: 10px;
}

.neocitieslogo {
  right: 0;
  top: 0;
  position:fixed;
  display:flex;
}
.uwu {
  float: right;
  padding: 2px;
}
.chickenboy{
display: flex;
justify-content: center;
}


