html, body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

.dark {
  background: #110f16;
}

.line {
  display: block;
  place-items: center;
  height: 1px;
  border: 0;
  border-top: 4px solid white;
  margin: 1em 0;
  padding-left: 1rem;
}

/* Header */
.header .navbar {
  background-color: none;
  font-size: 15px;
  height: 75px;
  position: fixed;
  z-index: 5;
}

.header .icon_images {
  position: fixed;
  z-index: 5;
}

.first {
  position: relative;
}

.first .contact_image {
  height: 20vw;
  width: 100%;
}

.first .page_content {
  position: absolute;
  top: 40%;
  left: 5%;
  font-size: 4.5vw;
  font-weight: bold;
  color: white;
}

.first .responsive {
  z-index: 5;
  position: absolute;
  width: 12vw;
  height: auto;
  right: 5%;
  top: 3%;
}

.second {
  margin-left: 3vw;
  /* Comment */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Deleted */
  /* Generic.Emph */
  /* Generic.Error */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Output */
  /* Generic.Prompt */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Generic.Traceback */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
}

.second .header {
  font-family: sans-serif;
  font-size: 2vw;
  margin-bottom: 15px;
  margin-top: 20px;
}

.second .context {
  font-family: sans-serif, "Helvetica Neue", Helvetica;
  font-size: 1.7vw;
  text-align: justify;
}

.second ul {
  color: #FFF;
  font-size: 1.5vw;
  font-style: italic;
  text-align: justify;
}

.second strong {
  font-family: sans-serif;
  color: #fff;
  font-size: 1.5vw;
  text-align: justify;
}

.second .card-text {
  font-size: 1.5vw;
  text-align: justify;
}

.second .highlight .hll {
  background-color: #ffffcc;
}

.second .highlight .c {
  color: #60a0b0;
  font-style: italic;
}

.second .highlight .err {
  border: 1px solid #FF0000;
}

.second .highlight .k {
  color: #007020;
  font-weight: bold;
}

.second .highlight .o {
  color: #666666;
}

.second .highlight .cm {
  color: #60a0b0;
  font-style: italic;
}

.second .highlight .cp {
  color: #007020;
}

.second .highlight .c1 {
  color: #60a0b0;
  font-style: italic;
}

.second .highlight .cs {
  color: #60a0b0;
  background-color: #fff0f0;
}

.second .highlight .gd {
  color: #A00000;
}

.second .highlight .ge {
  font-style: italic;
}

.second .highlight .gr {
  color: #FF0000;
}

.second .highlight .gh {
  color: #000080;
  font-weight: bold;
}

.second .highlight .gi {
  color: #00A000;
}

.second .highlight .go {
  color: #808080;
}

.second .highlight .gp {
  color: #c65d09;
  font-weight: bold;
}

.second .highlight .gs {
  font-weight: bold;
}

.second .highlight .gu {
  color: #800080;
  font-weight: bold;
}

.second .highlight .gt {
  color: #0040D0;
}

.second .highlight .kc {
  color: #007020;
  font-weight: bold;
}

.second .highlight .kd {
  color: #007020;
  font-weight: bold;
}

.second .highlight .kn {
  color: #007020;
  font-weight: bold;
}

.second .highlight .kp {
  color: #007020;
}

.second .highlight .kr {
  color: #007020;
  font-weight: bold;
}

.second .highlight .kt {
  color: #902000;
}

.second .highlight .m {
  color: #40a070;
}

.second .highlight .s {
  color: #4070a0;
}

.second .highlight .na {
  color: #4070a0;
}

.second .highlight .nb {
  color: #007020;
}

.second .highlight .nc {
  color: #0e84b5;
  font-weight: bold;
}

.second .highlight .no {
  color: #60add5;
}

.second .highlight .nd {
  color: #555555;
  font-weight: bold;
}

.second .highlight .ni {
  color: #d55537;
  font-weight: bold;
}

.second .highlight .ne {
  color: #007020;
}

.second .highlight .nf {
  color: #06287e;
}

.second .highlight .nl {
  color: #002070;
  font-weight: bold;
}

.second .highlight .nn {
  color: #0e84b5;
  font-weight: bold;
}

.second .highlight .nt {
  color: #062873;
  font-weight: bold;
}

.second .highlight .nv {
  color: #bb60d5;
}

.second .highlight .ow {
  color: #007020;
  font-weight: bold;
}

.second .highlight .w {
  color: #bbbbbb;
}

.second .highlight .mf {
  color: #40a070;
}

.second .highlight .mh {
  color: #40a070;
}

.second .highlight .mi {
  color: #40a070;
}

.second .highlight .mo {
  color: #40a070;
}

.second .highlight .sb {
  color: #4070a0;
}

.second .highlight .sc {
  color: #4070a0;
}

.second .highlight .sd {
  color: #4070a0;
  font-style: italic;
}

.second .highlight .s2 {
  color: #4070a0;
}

.second .highlight .se {
  color: #4070a0;
  font-weight: bold;
}

.second .highlight .sh {
  color: #4070a0;
}

.second .highlight .si {
  color: #70a0d0;
  font-style: italic;
}

.second .highlight .sx {
  color: #c65d09;
}

.second .highlight .sr {
  color: #235388;
}

.second .highlight .s1 {
  color: #4070a0;
}

.second .highlight .ss {
  color: #517918;
}

.second .highlight .bp {
  color: #007020;
}

.second .highlight .vc {
  color: #bb60d5;
}

.second .highlight .vg {
  color: #bb60d5;
}

.second .highlight .vi {
  color: #bb60d5;
}

.second .highlight .il {
  color: #40a070;
}

.second div.input_area > div.highlight > pre {
  margin: 0px;
  border: none;
  padding: 0px;
  background-color: transparent;
}

.second .CodeMirror pre {
  /* In CM3 this went to 4px from 0 in CM2. We need the 0 value because of how we size */
  /* .CodeMirror-lines */
  padding: 0;
  border: 0;
  border-radius: 0;
}

.second div.output_area pre {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  color: black;
  background-color: transparent;
  border-radius: 0;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  background-color: #FFF;
  color: white;
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Footer */
.footer {
  background-color: #2d2c2c;
  /*Pen code from this point on*/
  /*Telegram*/
  /*WhatsApp*/
  /*LinkedIn*/
}

.footer #social-platforms {
  top: 100px;
  font-size: 1rem;
  text-align: center;
  overflow: hidden;
}

.footer .btn {
  clear: both;
  white-space: nowrap;
  font-size: .8em;
  display: inline-block;
  border-radius: 5px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
  margin: 2px;
  transition: all .5s;
  overflow: hidden;
}

.footer .btn:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
}

.footer .btn:focus {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
}

.footer .btn > span, .footer .btn-icon > i {
  float: left;
  padding: 13px;
  transition: all .5s;
  line-height: 1em;
}

.footer .btn > span {
  padding: 14px 18px 16px;
  white-space: nowrap;
  color: #FFF;
  background: #b8b8b8;
}

.footer .btn:focus > span {
  background: #9a9a9a;
}

.footer .btn-icon > i {
  border-radius: 5px 0 0 5px;
  position: relative;
  width: 40px;
  text-align: center;
  font-size: 1.25em;
  color: #fff;
  background: #212121;
}

.footer .btn-icon > i:after {
  content: "";
  border: 8px solid;
  border-color: transparent transparent transparent #222;
  position: absolute;
  top: 13px;
  right: -15px;
}

.footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
  color: #FFF;
}

.footer .btn-icon > span {
  border-radius: 0 5px 5px 0;
}

.footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
  color: #229ED9;
}

.footer .btn-telegram > span {
  background: #229ED9;
}

.footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
  color: #25D366;
}

.footer .btn-whatsApp > span {
  background: #25D366;
}

.footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
  color: #007bb6;
}

.footer .btn-linkedin > span {
  background: #007bb6;
}

.footer .text_contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .contact_ican_email {
  padding-left: 100px;
  padding-top: 30px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .contact_ican_call {
  padding-left: 100px;
  font-size: 20px;
  color: whitesmoke;
  display: block;
}

.footer .copy {
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}

.footer .contact {
  display: block;
  font-size: 30px;
  color: whitesmoke;
  padding-left: 40px;
  padding-top: 20px;
  top: 80px;
}

.footer .f-about {
  position: absolute;
  top: 10px;
}

.footer .f_name {
  color: white;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 100px;
  left: 150px;
  top: 40px;
}

.footer .f_job {
  color: #d9d6d6;
  font-family: inherit;
  font-weight: bold;
  font-size: 15px;
  position: absolute;
  right: 100px;
  left: 150px;
  top: 80px;
}

.footer .contact_about_card {
  position: relative;
  top: 20px;
  left: 10px;
  justify-content: center;
  justify-self: center;
  background-color: #212428;
  border-radius: 10px;
  box-shadow: var(--shadow-1);
  height: 115px;
  width: 110px;
}

.footer .contact_image {
  height: 110px;
  width: 105px;
}

.footer .f_text {
  position: relative;
  color: rgba(174, 174, 174, 0.937);
  text-align: justify;
  text-justify: inter-word;
  top: 0px;
}















/*# sourceMappingURL=ML.css.map */

@media screen and (max-width: 600px) {
  .first {
    margin-top: 50px;
    position: relative;
  }
  
  .first .contact_image {
    position: absolute;
    height: 20vw;
    width: 100%;
    padding: 0px;
    z-index: 3;
  }
  
  .first .image_ML {
    position: absolute;
    right: 10px;
    height: 20vw;
    width: 50%;
    padding: 0px;
    z-index: 4;
  }
  
  .first .page_content {
    position: absolute;
    top: 11vw;
    left: 5%;
    font-size: 4.5vw;
    font-weight: bold;
    color: #f1f3f8;
    z-index: 5;
  }
  
  .second {
    margin-top: 22vw;
    margin-left: 3vw;
  }
  
  .second .header {
    color: #ff790b !important;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 4.5vw;
    margin-bottom: 15px;
    margin-top: 50px;
  }
  
  .second .context {
    font-family: sans-serif, "Helvetica Neue", Helvetica;
    font-size: 3.5vw;
    text-align: justify;
  }
  
  .second ul {
    color: #FFF;
    font-size: 3.5vw;
    font-style: italic;
    text-align: justify;
  }
  
  .second strong {
    font-family: sans-serif;
    color: #fff;
    font-size: 3.5vw;
    text-align: justify;
  }
  
  .second p.card-text {
    font-size: 18px;
    font-weight: bold;
   
  }
  
  .second .card {
    background-color: #f1f3f8;
    margin-left: 5%;
    z-index: 5;
  }
  
  .second #card_image_1 {
    height: 100%;
    width: auto;
  }
  
  .second .card-title {
    color: #100699 !important;
    font-size: 25px;
    font-weight: bold;
  }
  
  .second strong {
    color: #f1eee9;
    font-style: italic;
  }
  
  .second .card-img-top {
    height: 50%;
  }
  
  /* Footer */
  .footer {
    background-color: #2d2c2c;
    /*Pen code from this point on*/
    /*Telegram*/
    /*WhatsApp*/
    /*LinkedIn*/
  }
  
  .footer #social-platforms {
    top: 100px;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
  }
  
  .footer .btn {
    clear: both;
    white-space: nowrap;
    font-size: .8em;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.35);
    margin: 2px;
    transition: all .5s;
    overflow: hidden;
  }
  
  .footer .btn:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.45);
  }
  
  .footer .btn:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.4);
  }
  
  .footer .btn > span, .footer .btn-icon > i {
    float: left;
    padding: 13px;
    transition: all .5s;
    line-height: 1em;
  }
  
  .footer .btn > span {
    padding: 14px 18px 16px;
    white-space: nowrap;
    color: #FFF;
    background: #b8b8b8;
  }
  
  .footer .btn:focus > span {
    background: #9a9a9a;
  }
  
  .footer .btn-icon > i {
    border-radius: 5px 0 0 5px;
    position: relative;
    width: 40px;
    text-align: center;
    font-size: 1.25em;
    color: #fff;
    background: #212121;
  }
  
  .footer .btn-icon > i:after {
    content: "";
    border: 8px solid;
    border-color: transparent transparent transparent #222;
    position: absolute;
    top: 13px;
    right: -15px;
  }
  
  .footer .btn-icon:hover > i, .footer .btn-icon:focus > i {
    color: #FFF;
  }
  
  .footer .btn-icon > span {
    border-radius: 0 5px 5px 0;
  }
  
  .footer .btn-telegram:hover > i, .footer .btn-facebook:focus > i {
    color: #229ED9;
  }
  
  .footer .btn-telegram > span {
    background: #229ED9;
  }
  
  .footer .btn-whatsApp:hover > i, .footer .btn-twitter:focus > i {
    color: #25D366;
  }
  
  .footer .btn-whatsApp > span {
    background: #25D366;
  }
  
  .footer .btn-linkedin:hover > i, .footer .btn-linkedin:focus > i {
    color: #007bb6;
  }
  
  .footer .btn-linkedin > span {
    background: #007bb6;
  }
  
  .footer .text_contact {
    display: block;
    font-size: 30px;
    color: whitesmoke;
    padding-left: 40px;
    padding-top: 20px;
    top: 80px;
  }
  
  .footer .contact_ican_email {
    padding-left: 100px;
    padding-top: 30px;
    font-size: 20px;
    color: whitesmoke;
    display: block;
  }
  
  .footer .contact_ican_call {
    padding-left: 100px;
    font-size: 20px;
    color: whitesmoke;
    display: block;
  }
  
  .footer .copy {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
  }
  
  .footer .contact {
    display: block;
    font-size: 30px;
    color: whitesmoke;
    padding-left: 40px;
    padding-top: 20px;
    top: 80px;
  }
  
  .footer .f-about {
    position: absolute;
    top: 10px;
  }
  
  .footer .f_name {
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    right: 100px;
    left: 150px;
    top: 40px;
  }
  
  .footer .f_job {
    color: #d9d6d6;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
    position: absolute;
    right: 100px;
    left: 150px;
    top: 80px;
  }
  
  .footer .contact_about_card {
    position: relative;
    top: 20px;
    left: 10px;
    justify-content: center;
    justify-self: center;
    background-color: #212428;
    border-radius: 10px;
    box-shadow: var(--shadow-1);
    height: 115px;
    width: 110px;
  }
  
  .footer .contact_image {
    height: 110px;
    width: 105px;
  }
  
  .footer .f_text {
    position: relative;
    color: rgba(174, 174, 174, 0.937);
    text-align: justify;
    text-justify: inter-word;
    top: 0px;
  }

}


