body {
    font-size:40px;
   background-color: #fff;
}

input[type="file"] {
  font-weight: bold;
  font-size:40px;

  border: 1px solid #900;
}

input[type="file"]:hover {
  color: #000;
}


input[type="submit"] {
  color: #900;
  background: #004481;
  font-weight: bold;
  font-size:40px;
  border: 1px solid #900;
}
 
input[type="submit"]:hover {
  color: #FFF;
  background: #004481;
}

input[type="text"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 40px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

input[type="text"]:focus {
  outline: none;
}

input[type="number"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 40px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}

input[type="number"]:focus {
  outline: none;
}


h1 {
  font-size: 60px; /* tamaņo de la fuente */
}

