@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


  .inter {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }

                                                    /* PRE SETUP */
body {
    font-family: 'Inter';
    font-size: 14px;
    background-color: #061323;
    color: #FFFFFF;
  }
  h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.6em;
    text-align: center;
  }
  h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
  }
  header, section, article {
    margin-bottom: 1em;
  }
  a {
    color: #FDD92D;
    text-decoration: none;
  }
  .yellow {
    color: #FDD92D;
  }
  button {
    background-color: #FDD92D;
    border: none;
    border-radius: 7px;
    color: #1C3C5E;
    font-weight: 700;
    padding: 10px 40px;
  }

                                                  /* HEADER*/
 header {
 background-color: #1C3C5E;
}
.logo {
width: 123px;
}

                                                  /* PRÊMIOS*/
.premios img {
    width: 80px;
}

@media screen and (max-width: 500px){
    .escudo {
        width: 120px;
    }
}