﻿
h1 {
    font-size: 3em;
    
    text-align: center;
}
h2 {
    text-align:center;
}
.boton {
    margin-top: 0.5px;
    padding-left: 20px;
    clear: both;
}
.validacion {
    color: red;
    font-size: 12px;
}
#btnRepetido {
    border-radius: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 40px;
    font-size: 24px;
}

#mensaje {
    margin-top: 10px;
    text-align: center;
}

