<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    padding: 0;
    margin: 0;
    background-color: #1A1A1A;
}

.inputs {
    width: 400px;
    height: 20px;
}

.generalText {
    color: white;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#initialPage {
    display: grid;
    grid-template-columns: 1.5fr 0.5fr 0.9fr 0.6fr;
    grid-template-rows: 1fr 1fr;

}

.presentation {
    padding-left: 40%;
    grid-column: 1;
    width: 300px;
    font-weight: bold;
    color: white;
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.buttons {
    height: 30px;
    width: 220px;
    background-color: #1C1C1C;
    color: white;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    letter-spacing: 3px;
}

.buttons:hover {
    background-color: #131313;
}

#fondoAzul {
    background-color: #0A2A59;
    grid-column: 3;
    grid-row: 1;
}

#divImg {
    background-color: #0A2A59;
    grid-column: 3;
    grid-row: 2;
}

#goEncode {
    grid-column: 1;
    grid-row: 2;
    margin-top: 30%;
    margin-left: 40%;
}

#goDecode {
    grid-column: 1;
    grid-row: 2;
    margin-top: 40%;
    margin-left: 40%;
}

#encodeSection {
    display: none;
    grid-template-columns: 1.5fr 0.5fr 0.9fr 0.6fr;
    grid-template-rows: 1fr 1fr;
}

#firstTextEncode {
    grid-column: 3;
    grid-row: 1;
    height: fit-content;
    color: white;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#encodeText {
    width: 400px;
    height: 20px;
    grid-column: 3;
    grid-row: 1;
    margin-top: 10%;

}

#secondTextEncode {
    grid-column: 3;
    grid-row: 1;
    color: white;
    height: fit-content;
    font-size: large;
    margin-top: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#offsetNumber1 {
    width: 400px;
    height: 20px;
    grid-column: 3;
    grid-row: 1;
    margin-top: 26%;
}

#encodeButton {
    grid-column: 3;
    grid-row: 1;
    margin-top: 40%;
}

#backStartEncode {
    grid-column: 1;
    grid-row: 2;
    margin-top: 30%;
    margin-left: 40%;
}

#mensajeCifrado1 {
    padding-left: 40%;
    padding-top: 10%;
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    font-weight: bold;
    color: white;
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#fondoNaranjo {
    background-color: #be601c;
    grid-column: 3;
    grid-row: 2;
}

#imageBB8 {
    grid-column: 3;
    grid-row: 2;
}

#decodeSection {
    display: none;
    grid-template-columns: 1.5fr 0.5fr 0.9fr 0.6fr;
    grid-template-rows: 1fr 1fr;
}

#firstTextDecode {
    grid-column: 3;
    grid-row: 1;
    height: fit-content;
    color: white;
    font-size: large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#decodeText {
    width: 400px;
    height: 20px;
    grid-column: 3;
    grid-row: 1;
    margin-top: 10%;

}

#secondTextDecode {
    grid-column: 3;
    grid-row: 1;
    color: white;
    height: fit-content;
    font-size: large;
    margin-top: 20%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#offsetNumber2 {
    width: 400px;
    height: 20px;
    grid-column: 3;
    grid-row: 1;
    margin-top: 26%;
}

#decodeButton {
    grid-column: 3;
    grid-row: 1;
    margin-top: 40%;
}

#backStartDecode {
    grid-column: 1;
    grid-row: 2;
    margin-top: 30%;
    margin-left: 40%;
}

#mensajeCifrado2 {
    padding-left: 40%;
    padding-top: 10%;
    grid-column: 1;
    grid-row: 1;
    width: 300px;
    font-weight: bold;
    color: white;
    font-size: xx-large;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

#fondoAmarillo {
    background-color: #BB9F76;
    grid-column: 3;
    grid-row: 2;
}

#imageC3PO {
    grid-column: 3;
    grid-row: 2;
    height: 450px;

}

#nav {
    display: flex;
    background-color: black;
    justify-content: flex-end;
    box-shadow: 0px 12px 12px rgba(0, 0, 0, 0.25);
}

#nav ul {
    list-style: none;
    margin: 0;
    letter-spacing: 3px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

#logo {
    padding-top: 8px;
    height: 40px;
    width: 90px;
    margin-right: auto;

}

#nav ul li {
    display: inline-block;
    color: white;
    padding: 18px 40px;
}

#nav ul li:hover {
    background-color: #1A1A1A;
}</pre></body></html>