body {
    font-family: monospace, tahoma, helvetica;
    background-color: black;
    color: #58C1F5;
    background-image: url("../imagenes/bella.jpg"), url("../imagenes/bella.jpg"), url("../imagenes/fondo.png");
    background-size: 320px 200px, 320px 200px, auto;
    background-position: left top, right top, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
}

.pixel
{
    display: none;
}

p {
    margin-top: 5px;
    margin-bottom: 0px;
}

.contenedorcambios {
    width: 90%;
    margin: 20px auto;
    text-align: center;
}

.titulo {
    font-family: helvetica;
    font-size: 45px;
    text-align: center;
    color: magenta;
    text-shadow: 5px 5px 5px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.imagen {
    text-align: center;
}

.imagenefecto {
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.imagenefecto:hover {
    transform: scale(1.3);
}

.textocentrado {
    margin-left: 20px;
    margin-right: 20px;
    color: #1FE91F;
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.textobanner {
    color: cyan;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.textoresalto {
    color: cyan;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.textobannerresalto {
    color: yellow;
    font-size: 20px;
    text-align: center;
}

.textonormal {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.textonormalnocentrado {
    margin-left: 30%;
    margin-right: 20px;
    font-size: 18px;
    margin-bottom: 30px;
}

.nick {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 25px;
    color: fuchsia;
    width: fit-content;
    text-align: center;
    border: 5px solid;
    border-color: blue;
    border-radius: 5px;
    border-width: 2px;
}

.textodespuesdelnick {
    font-size: 20px;
    color: fuchsia;
}

.enlace {
    color: fuchsia;
    width: fit-content;
    text-align: center;
}

.no-subrayado {
    text-decoration: none;
}

a, a:visited {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

a.verde:hover {
    color: lime;
}

a.rojo:hover {
    color: red;
}

a:active {
    color: yellow;
    transition: none;
}

.textocentradogrande {
    font-family: helvetica;
    font-size: 40px;
    color: magenta;
    text-align: center;
    text-shadow: 5px 5px 5px;
    margin-bottom: 40px;
}

.video {
    text-align: center;
    margin-top: 0px;
}

.contador {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    color: lime;
}

.contadortotal {
    font-size: 18px;
    text-align: center;
    color: lime;
}

.letrapeque {
    font-size: 15px;
    text-align: center;
    color: lime;
    margin-top: 5px;
}

textarea {
    width: 100%;
    height: 200px;
    overflow-y: scroll;
    white-space: pre-wrap;
    resize: none;
    border: 2px solid #333;
    border-radius: 5px;
    padding: 10px;
    font-size: 18px;
    background-color: black;
    color: #58C1F5;
}

.textoinfo a {
    color: fuchsia;
}


.textoinfo {
    color: white;
    font-size: 15px;
    text-align: center;
}
