@font-face {
  font-family: 'GilroyBold';
  src: url('Gilroy-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #FFF;
    color: #00ff00;
    font-family: 'GilroyBold','Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0px;
  }
  
  .container {
    padding: 20px;
    /*border: 1px solid #00ff00;*/
    border-radius: 10px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .login-form {
    display: flex;
    flex-direction: column;
  }
  h1 {
    margin: 0;
    font-size: 7em;
  }
  h2 {
    font-size: 3em;
    letter-spacing: 10px;
  }
  h1,h2 {
    text-align: center;
    color:#000;
  }
  img {
    width: auto;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
  }

  img.sumate {
    width: 380px;
  }
  
  .go_to_website {
    width: 259px;
    padding: 10px;
    border: none;
    border-radius: 40px;
    background-color: #E7EF40;
    color: #000;
    cursor: pointer;
    text-align: center;
    display: none;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5em;
    
  }
  
  
  .msg-basic{
    text-align: justify;
  }

  .title {
    padding: 0 !important;
    margin: 0px;
  }

  .contador {
    font-size: 3em;
    text-align: center;
    border: 1px solid;
    margin: 10px;
    border-radius: 10px;
  }

  iframe {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  h1.subtitle {
    font-size: 3em;
    text-align: center;
    margin-bottom: 50px;
  }

  

  @media (max-width: 700px) {
    img {
      width: 100%;
    }
    h1 {
      font-size: 2em;
    }
    h2 {
      font-size: 1em;
    }
    img.sumate {
      width: 60%;
    }
    .go_to_website {
      width: 140px;
      font-size: 1em;
    }
  
    body {
        /*height: 100%!important;*/
    }
    .container {
        /*width: 100%!important;*/
      }
      iframe {
        width: 95%!important;
        height: auto!important;
      }
 }

