/* Applies to the entire body of the HTML document (except where overridden by more specific
selectors). */
body {
    margin: 25px;
    background-color: rgb(240,240,240);
    font-family: arial, sans-serif;
    font-size: 20px;
}

/* Applies to all <h1>...</h1> elements. */
h1 {
    font-size: 35px;
    font-weight: normal;
    margin-top: 5px;
}

/* Applies to all <h2>...</h2> elements. */
h2 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 5px;
}

/* Applies to all <h3>...</h3> elements. */
h3 {
    font-size: 25px;
    font-weight: normal;
    margin-top: 5px;
}

label{
    font-size: 20px;
    font-weight: normal;
    margin-top: 5px;
}

.materna{
    width: 20ch;
}

.otraslenguas{
    width: 40ch;
}


.identificador{
    width: 5ch;
}

button {
    border: 2px solid #555555; 
    color: black;
    font-weight: bold;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

input {
    border: 2px solid #555555; 
    color: black;
    padding: 10px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

#vocabularyLevelsForm input{
    padding: 5px 0px;
    text-align: left;
    font-size: 20px;
    width: 100px;
    margin-left: 1px;
}

#testContent{
   max-width: 1000px;
}

#metaphoricalForm select{
    font-size: 20px;
    padding: 5px 5px;
    background-color: white;
}

#metaphoricalForm textarea{
   padding: 10px;
}

.vocabularyLevels {
    padding: 5px 0px;
    text-align: left;
    font-size: 20px;
    width: 100px;
    margin-left: 1px;
}

textarea {
    border: 2px solid #555555; 
    color: black;
    padding: 15px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

select{
    border: 2px solid #555555; 
    color: black;
    padding: 10px 32px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


.cabecera {
  border-collapse: collapse;
  border-bottom: 10px solid black;
}

#tiempoLibreTabla input  {
  transform: scale(1.3);
}
#tiempoLibreTabla tr td:first-child  {
  padding-right: 20px;
  padding-bottom: 5px;
}

#tiempoLibreTabla tr td:not(:first-child)  {
  text-align: center;
  padding-bottom: 10px;
}

/* Applies to the element with <... id="someid"> specified. */
#someid { color: green; }

#testContent {
  display: none;
}
#timer {
  font-weight: bold;
  margin-top: 0px;
}

#OTPForm {
   max-width: 1000px;
}

#OTPForm p{
   margin-bottom: 10px;
   margin-top:25px;
}

#OTPForm input{
   margin-left: 20px;
}
#OTPForm select{
    font-size: 20px;
    padding: 2px 5px; 
    background-color: white;
}


footer {
    margin-top: 20px;
}

.footer-content hr {
    width: 55%;
    border: none;
    height: 3px;
    margin-top: 0;
    background-color: #666666; 
    margin: 0 0 10px 0;
    margin-top: 5px; 
    margin-bottom: 15px; 
}

.footer-content p {
    margin: 0; 
    color: #333; 
    font-size: 0.8em;
    margin-bottom: 5px;
}