@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital@1&display=swap");
@media only screen and (max-device-widht: 900px) {
  .infos {
    width: 100%;
  }
}
@font-face {
  font-family: bebas, sans-serif;
  src: url(fontes/BebasNeue-Regular.otf);
}

:root {
  --fontnormal: "Staatliches", cursive;
  --fonttitle: "PT Sans", sans-serif;
  --whithe: rgb(254, 255, 254);
  --bleu: #1895ED;
  --blackin: rgb(0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
}

header {
  background-color: var(--bleu);
  margin-bottom: 15px;
}

h1 {
  color: white;
  font-family: bebas, sans-serif;
  font-size: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
  text-shadow: 3px 3px 2px rgba(8, 8, 8, 0.289);
}

nav > a{
    font-family: var(--fontnormal);
    color: #1895ED;
    margin-left: 10px;
}

h2{
    font-family: var(--fontnormal);
    margin: 20px;
}

a{
    color: #1895ED;
}

a:hover{
    font-size: 1.2em;
}

main{
    margin: auto;
    text-align: center;
}

div{
    margin-bottom: 50px;
    min-width: 300px;
}

iframe{
    min-width: 300px;
}