* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  min-height: 100%;
  /*   background: linear-gradient(180deg, rgb(243, 241, 238) 0%, #ffa500 100%); */
  background-color: #ffffff;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  margin: auto;
  min-width: 320px;

  background: transparent;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  margin-top: min(30px);
}

.logo-img {
  min-width: 300px;
}

footer {
  text-align: center;

  width: 100%;
  padding: 20px;
  margin-top: 30px;
}

.tableaustyle {
  width: 95%;
  margin: auto;
  border-radius: 10px;
  padding: 2px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  display: flex;
}

iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: none;
  align-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 349px) {
  .tableaustyle {
    height: 260px;
  }
}

@media (min-width: 350px) {
  .tableaustyle {
    height: 280px;
  }
}

@media (min-width: 400px) {
  .tableaustyle {
    height: 320px;
  }
}

@media (min-width: 450px) {
  .tableaustyle {
    height: 360px;
  }
}

@media (min-width: 500px) {
  .tableaustyle {
    height: 390px;
  }
}

@media (min-width: 530px) {
  .tableaustyle {
    height: 410px;
  }
}

@media (min-width: 550px) {
  .tableaustyle {
    height: 430px;
  }
}

@media (min-width: 600px) {
  .tableaustyle {
    height: 450px;
  }
}

@media (min-width: 630px) {
  .tableaustyle {
    height: 470px;
  }
}

@media (min-width: 650px) {
  .tableaustyle {
    height: 490px;
  }
}

@media (min-width: 700px) {
  .tableaustyle {
    height: 520px;
  }
}
@media (min-width: 750px) {
  .tableaustyle {
    height: 550px;
  }
}
@media (min-width: 800px) {
  .tableaustyle {
    height: 600px;
  }
}

@media (min-width: 850px) {
  .tableaustyle {
    height: 650px;
  }
}

@media (min-width: 900px) {
  .tableaustyle {
    height: 740px;
  }
}
