<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
    <link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"
      title="Ajustar líneas largas">
  </head>
  <body>
    <pre>&lt;html&gt;
  &lt;head&gt;
    &lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&gt;
    &lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Ajustar líneas largas"&gt;
  &lt;/head&gt;
  &lt;body&gt;
    &lt;pre&gt;&amp;lt;html&amp;gt;
  &amp;lt;head&amp;gt;
    &amp;lt;meta http-equiv="content-type" content="text/html; charset=windows-1252"&amp;gt;
    &amp;lt;link rel="alternate stylesheet" type="text/css" href="resource://gre-resources/plaintext.css"

      title="Ajustar líneas largas"&amp;gt;
  &amp;lt;/head&amp;gt;
  &amp;lt;body&amp;gt;
    &amp;lt;pre&amp;gt;body {
  background-color: #E6E4E6;
}

h1 {
  color: rgb(0, 0, 0);
  text-align: center;
}

h1, h2, h3 {
  font-family: 'Arial', sans-serif; 
}

p {
  font-family: 'Arial', sans-serif; 
}

a {
  font-family: 'Arial', sans-serif; 
}

img{
    width: 500px;
    height: 200px;
}
.box-button10 {
         justify-content: center;
        text-align: center;
        font-family: 'Arial', sans-serif;
        display: inline-flex;
        align-items: center;
        width: 150px;
        height: 150px;
        background-color: #1c87c9;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        border-radius: 10px;
        margin: 20px;
        cursor: pointer;&lt;br&gt;       
      }
      
      .box-button1 {
        justify-content: center;
        text-align: center;
        font-family: 'Arial', sans-serif;
        display: inline-flex;
        align-items: center;
        width: 300px;
        height: 300px;
        background-color: #1c87c9;
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        border-radius: 10px;
        margin: 20px;
        cursor: pointer;&lt;br&gt;       
      }
      
      .box-button2 {
        justify-content: center;
        text-align: center;
        font-family: 'Arial', sans-serif;
        display: inline-flex;
        align-items: center;
        width: 100px;
        height: 100px;
        background-color: rgb(28,135,201,0.4);
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border-radius: 70px;
        margin: 20px;
        cursor: pointer;&lt;br&gt;&lt;br&gt;        
      }

      .box-button3 {
        justify-content: center;
        text-align: center;
        font-family: 'Arial', sans-serif;
        display: inline-flex;
        float: left;
        align-items: center;
        width: 250px;
        height: 250px;
        background-color: #1c87ca;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        border-radius: 10px;
        margin: 20px;
        cursor: pointer;
      }

      .box-button2:hover {
        background-color: #000000;
      }<br> .box-button10:hover {
        background-color: #000000;
      }

      .box-button3:hover {
        background-color: #000000;
      }
      
      .line {
        border: none;
        border-top: 2px solid #000; /* Change the color and thickness of the line here */
        width: 100%;
        position: absolute
        z-index; 9999: /* Ensure the line is above other content on the page */
      }

      table {
        border-collapse: collapse;
        width: 70%;
        margin: auto;
      }
      th {
        border: 1px solid #ccc;
        padding: 8px;
        text-align: center;
        color: #ffffff
      }
      
      td{border: 1px solid #ccc;
        padding: 8px;
        text-align: left;
        color: #000000;
        background-color: rgb(220, 220, 220);
      }

      th {
        background-color: #1c87ca;
      }

      #background-video {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
      }

      #content {
        position: relative;
        z-index: 1;
        text-align: center;
        padding: 100px;
        color: white;
      }

    &amp;lt;/pre&amp;gt;
  &amp;lt;/body&amp;gt;
&amp;lt;/html&amp;gt;
&lt;/pre&gt;
  &lt;/body&gt;
&lt;/html&gt;
</pre>
  </body>
</html>
