html *{font-family:Montserrat,sans-serif}body{overflow-x:hidden;font-size:16px;background-image:url(/sudokuColores/assets/fondo-web-nfiyeXUR.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}img{max-width:100%}.navbar{background-image:url(/sudokuColores/assets/fondo-web-nfiyeXUR.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}.container-fluid{margin-bottom:20px}.board{display:grid;justify-content:center;grid-template-columns:repeat(4,100px);gap:10px;padding:10px;margin:10px;width:100%;height:100%}@media (max-width: 576px){.board{grid-template-columns:repeat(4,50px)}}.cell{width:100px;height:100px;border:5px solid white;border-radius:10px;box-shadow:0 0 10px #000;cursor:pointer}@media (max-width: 576px){.cell{width:50px;height:50px}}#colorPicker{width:300px;height:40px;text-align:center;font-size:20px;display:flex;justify-content:center;margin:0 auto 20px;border:5px solid white;border-radius:10px;box-shadow:0 0 10px #000}@media (max-width: 576px){#colorPicker{width:100px;height:40px}}.yellow{color:#ff0}.orange{color:orange}.green{color:green}.blue{color:#00f}.red{color:red}#timer{color:#fff;font-size:30px;text-align:center;margin-bottom:40px}#elapsedTime{width:200px;font-size:200%;font-family:Orbitron,sans-serif}.h2-title{font-size:50px;text-align:center;padding-top:-10px;margin-top:-30px}.link-danger{text-align:center;font-size:40px}.text-primary{padding:15px;font-size:40px;border:1px solid blue;border-radius:10px;box-shadow:0 0 10px #00f}.link-danger{padding:15px;font-size:40px;border:2px solid red;border-radius:10px;box-shadow:0 0 10px red}.text-success{padding:15px;font-size:40px;border:1px solid green;border-radius:10px;box-shadow:0 0 10px green}.text-warning{text-align:center;font-size:40px}.d-flex{justify-content:center;align-items:stretch;align-self:flex-start;flex-direction:column-reverse;flex-wrap:nowrap}.container-md{border:2px solid black;border-radius:10px;text-align:center;box-shadow:0 0 10px #000}#texto{color:#fff}.title{color:#fff;font-size:60px}.container-redes{display:block;justify-content:center;align-items:center;gap:10px;border:none;text-align:center}#texto-redes{color:#fff;margin-bottom:10px;font-size:30px}i{font-size:50px;margin:10px}footer{font-size:25px;border:5px solid yellow;border-radius:15px;margin-top:20px;height:100%;background-image:url(/sudokuColores/assets/fondo-web-nfiyeXUR.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed}#texto-footer{color:#fff}
