* {
    margin: 0;
}

html,
body {
    height: 100vh;
}

.body {
    width: 95%;
    height: 95%;
    background-image: url("/assets/img/bg-hacker.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.1);
    font-family: "Times New Roman", Times, serif;
    font-size: 15px;
}

.contenedor-texto {
    text-align: left;
    /*margin: auto;*/
    margin-top: 20px;
    color: #fff;
}

.body p {
    font-size: 14px;
}

code {
    color: #fff;
}

.welcome {
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 10px;
    color: #fff;
}

.infoserver {
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin: auto;
    color: #fff;
}

/*Espacios designados a los textos de servidor*/
#espacios1 {
    padding-left: 100px;
}

#espacios1b {
    padding-left: 132px;
}

#espacios2 {
    padding-left: 45px;
}

#espacios2b {
    padding-left: 85px;
}

#espacios3 {
    padding-left: 83px;
}

#espacios3b {
    padding-left: 79px;
}

#espacios4 {
    padding-left: 122px;
}

#espacios4b {
    padding-left: 16px;
}

.contenedor-texto .cuadro {
    width: 90%;
    height: 70%;
    margin-left: auto;
    /*text-transform: uppercase;*/
    margin-top: 10%;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    border-left-style: outset;
    border-right-style: inset;
    border-bottom-style: outset;
    border-top-style: outset;
    border-top-width: 25px;
    border-color: rgb(120, 120, 120, 0.5);
}

.letra-ls {
    font-size: 14px;
    color: rgba(60, 200, 0);
}

.letra-eco {
    font-size: 14px;
    color: rgba(60, 200, 0);
}

.letraconsola {
    font-size: 14px;
    color: rgba(60, 200, 0);
}

.nombreusuario {
    font-size: 14px;
    color: rgba(60, 200, 0);
}

.saludar {
    font-size: 14px;
    color: rgba(60, 200, 0);
}

#salidals {
    font-size: 14px;
}

.quienSoy {
    font-size: 14px;
}

.vivoEn {
    font-size: 14px;
}

.meDedico {
    font-size: 14px;
}

#carpetas {
    font-size: 14px;
    color: rgba(0, 255, 0);
}

#textoconsola {
    padding-left: 5px;
    margin-bottom: 5%;
}

@media screen and (max-width: 1200px) {
    .infoserver {
        font-size: 13px;
    }

    .contenedor-texto .cuadro {
        width: 95%;
        height: 65%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 13px;
    }

    div.infoserver {
        font-size: 13px;
    }

    .letra-ls {
        font-size: 13px;
        color: rgba(60, 200, 0);
    }

    .letra-eco {
        font-size: 13px;
        color: rgba(60, 200, 0);
    }

    .letraconsola {
        font-size: 13px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 13px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 13px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 13px;
    }

    .quienSoy {
        font-size: 13px;
    }

    .vivoEn {
        font-size: 13px;
    }

    .meDedico {
        font-size: 13px;
    }

    #carpetas {
        font-size: 13px;
    }
}

@media screen and (max-width: 992px) {

    .contenedor-texto {
        font-size: 12px;
    }

    .contenedor-texto .cuadro {
        width: 95%;
        height: 70%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 12px;
    }

    div.infoserver {
        font-size: 12px;
    }


    .letra-ls {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .letra-eco {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .letraconsola {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 12px;
    }

    .quienSoy {
        font-size: 12px;
    }

    .vivoEn {
        font-size: 12px;
    }

    .meDedico {
        font-size: 12px;
    }

    #carpetas {
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {

    .contenedor-texto .cuadro {
        width: 95%;
        height: 70%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 12px;
    }

    div.infoserver {
        font-size: 12px;
    }


    .letra-ls {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .letra-eco {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .letraconsola {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 12px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 12px;
    }

    .quienSoy {
        font-size: 12px;
    }

    .vivoEn {
        font-size: 12px;
    }

    .meDedico {
        font-size: 12px;
    }

    #carpetas {
        font-size: 12px;
    }
}


@media screen and (max-width: 640px) {

    .contenedor-texto .cuadro {
        width: 95%;
        height: 70%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 11px;
    }

    div.infoserver {
        font-size: 11px;
    }

    .letra-ls {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .letra-eco {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .letraconsola {
        font-size: 10px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 11px;
    }

    .quienSoy {
        font-size: 11px;
    }

    .vivoEn {
        font-size: 11px;
    }

    .meDedico {
        font-size: 11px;
    }

    #carpetas {
        font-size: 11px;
    }
}

@media screen and (max-width: 420px) {

    .contenedor-texto .cuadro {
        width: 95%;
        height: 80%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 11px;
    }

    div.infoserver {
        font-size: 11px;
    }

    .letra-ls {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .letra-eco {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .letraconsola {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 11px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 11px;
    }

    .quienSoy {
        font-size: 11px;
    }

    .vivoEn {
        font-size: 11px;
    }

    .meDedico {
        font-size: 11px;
    }

    #carpetas {
        font-size: 11px;
    }
}

@media screen and (min-width: 320px) and (max-width: 640px) {

    .contenedor-texto .cuadro {
        width: 95%;
        height: 80%;
        margin-left: auto;
        margin-top: 10%;
        background-color: rgba(0, 0, 0, 0.8);
        border-radius: 5px;
        border-left-style: outset;
        border-right-style: inset;
        border-bottom-style: outset;
        border-top-style: outset;
        border-top-width: 25px;
        border-color: rgb(120, 120, 120, 0.5);
    }

    .body p {
        font-size: 10px;
    }

    div.infoserver {
        font-size: 10px;
    }

    .letra-ls {
        font-size: 10px;
    }

    .letra-eco {
        font-size: 10px;

    }

    .letraconsola {
        font-size: 10px;
        color: rgba(60, 200, 0);
    }

    .nombreusuario {
        font-size: 10px;
        color: rgba(60, 200, 0);
    }

    .saludar {
        font-size: 10px;
        color: rgba(60, 200, 0);
    }

    #salidals {
        font-size: 10px;
    }

    .quienSoy {
        font-size: 10px;
    }

    .vivoEn {
        font-size: 10px;
    }

    .meDedico {
        font-size: 10px;
    }

    #carpetas {
        font-size: 10px;
    }

}
