* { 
    padding:0 ;
    margin: 0;
}

body {
    padding: 0px;
    text-align: center;
    overflow-y: auto;
    font-size: 1.5em;
    background-color: #100c0c;
    color: #a8a8b3;
    font-family: sans-serif;
    
  }
  input[type="button"] {
    margin: 0 auto;
    min-width: 40%;
    padding: 10px 0px;
    font-size: 3vh;
    margin-top: 10px;
  }
  input[type="text"] {
    min-width: 300px;
    padding: 10px 3px;
    min-height: 2em;
    font-size: 1.2em;
    border-radius: 30px;
    text-align: center;
    border: 2px solid white;
    width: 50%;
    background-color: #100c0c;
    
    color: #a8a8b3;
  }

  

  .button-64 {
    align-items: center;
    border: 0;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: #2d3436;
    border: 1px solid transparent;
    color: #dfe6e9;
    display: flex;
    font-family: Phantomsans, sans-serif;
    font-size: 20px;
    justify-content: center;
    line-height: 1em;
    padding: 3px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
  }

  canvas {
    overflow-y: auto;
    max-width: 100%;
    background-color:transparent !important;
  }

  @media only screen and (max-width: 600px) {
    input[type="button"] {
      min-width: 60%;
    }
    footer {
      margin-left: 0%;
    }
  }



  /* AGORA O MENU IHJUUL */

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(51, 51, 51, .3);
    font-family: sans-serif;
    font-weight: 900;
    margin-bottom: 20px;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover {
    background-color: #111;
  }
