@font-face {
  font-family: "Arial Rounded MT";
  src: url("../font/ArialRoundedMTBold.woff2") format("woff2"),
    url("../fontArialRoundedMTBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Abordage-Regula";
  src: url("../font/Abordage-Regular.woff2") format("woff2"),
    url("../font/Abordage-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SatnightSignature";
  src: url("../font/SatnightSignature.woff2") format("woff2"),
    url("../font/SatnightSignature.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Akkurat";
  src: url("../font/Akkurat.woff2") format("woff2"),
    url("../font/Akkurat.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Consolas";
  src: url("../font/Consolas.woff2") format("woff2"),
    url("../font/Consolas.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Faune-Display_Bold_Italic";
  src: url("../font/Faune-Display_Bold_Italic.woff2") format("woff2"),
    url("../font/Faune-Display_Bold_Italic.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CourierPrime-Regular";
  src: url("../font/CourierPrime-Regular.woff2") format("woff2"),
    url("../font/CourierPrime-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "CourierPrime-Bold";
  src: url("../font/CourierPrime-Bold.woff2") format("woff2"),
    url("../font/CourierPrime-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
  background-image: url("../img/bck_drawing.jpg");
  background-size: cover;
}

.container {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
}

.header {
  position: absolute;
  top: 3%;
  left: 6%;
  text-shadow: 1px 1px 12px magenta;
}

.header p {
  font-family: "Arial Rounded MT";
  margin-top: 1%;
  color: rgb(0, 0, 0);
}

#title {
  font-size: 5rem;
  margin-bottom: 0;
  line-height: 1.2;
}

#subtitle {
  margin-bottom: 1%;
  font-size: 2.2rem;
}
.main {
  width: 88%;
  height: 100%;
  position: relative;
  top: 18%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /*Hide Scrollbars But Keep Functionality*/
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.container::-webkit-scrollbar {
  display: none;
}
.col {
  position: relative;
  height: 100%;
}
.col1 {
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 0;
  width: 31%;
  top: 7%;
}

.col1 p {
  font-style: italic;
}
.col1 a {
  /* text-decoration: none; */
  text-decoration: underline dotted magenta;
  text-shadow: 1px 1px 2px rgb(75, 208, 38);
  color: black;
  transition: text-shadow 1s;
  font-style: italic;
}
.col1 a:hover {
  text-shadow: 2px 2px 20px #ddfd28;
  font-style: italic;
}

.col2 {
  flex-grow: 0;
  flex-basis: auto;
  flex-shrink: 0;
  width: 50%;
}

#aggie {
  font-family: "CourierPrime-Regular";
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: -0.05rem;
}

#garam,
#alexandra,
#enrique,
#amber,
#hilde {
  margin-top: 0;
  margin-bottom: 4%;
}

#garam {
  font-family: "Abordage-Regula";
  font-size: 1.65rem;
  line-height: 1.4;
}
#alexandra {
  font-family: "Faune-Display_Bold_Italic";
  font-size: 1.7rem;
  line-height: 1.4;
  color: rgb(51, 51, 51);
}
#enrique {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}

#amber {
  font-family: "Arial Rounded MT";
  font-size: 1.7rem;
  line-height: 1;
}
#amberbreak {
  display: none;
}

#hilde {
  font-family: "Consolas";
  font-size: 1.7rem;
  line-height: 1.4;
}

.names {
  font-size: 0.8rem;
  margin-left: 1%;
}

.description {
  width: 42.5%;
  height: 43vh;
  background-color: rgb(75, 208, 38);
  box-shadow: 1px 2px 5px rgb(100, 100, 100);
  position: relative;
  left: 50%;
  font-family: "Consolas";
  padding: 1% 2%;
  z-index: 999;
  overflow-wrap: break-word;
  margin-top: 9%;
  overflow-y: auto;
  overflow-x: hidden;
}
.description h3 {
  font-family: "Arial Rounded MT";
  margin-top: 3.5%;
  margin-bottom: 3%;
  font-size: 2rem;
}

.description p {
  font-size: 1.1rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 5%;
  /* padding: 2%; */
}

.description p a {
  text-decoration: underline;
  color: black;
}

#listparagraph {
  margin-bottom: 0;
  padding-left: 5%;
}

.description li {
  font-size: 1.1rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: 1.5%;
}

/*Custom Scrollbar Styling for Firefox*/
.description {
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: rgb(17, 111, 18) rgb(26, 143, 32);
}
/*Custom Scrollbar Styling for Chrome, Edge, and Safari*/
.descriptionn::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}

.description::-webkit-scrollbar-track-piece {
  background-color: rgb(26, 143, 32);
  border: 1px solid rgb(17, 111, 18);
}

.description::-webkit-scrollbar-thumb:vertical {
  height: 30px;
  background-color: rgb(26, 143, 32);
  border-radius: 20px;
  border: 1px solid rgb(17, 111, 18);
}

#lastquestion {
  margin-bottom: 0;
}

.eyeframe {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 20%;
  height: 4%;
  top: 48.5%;
  left: 35.5%;
}

.eye {
  width: 40%;
  background-color: white;
  border: 3px solid black;
  border-radius: 50%;
  position: relative;
}

.left {
  left: 5%;
}

.right {
  left: 25%;
}

.lens {
  position: relative;
  width: 23%;
  height: 88%;
  background-color: black;
  border-radius: 50%;
  top: 13%;
  left: 41%;
}

.mouth {
  width: 2%;
  height: 4.5%;
  background-color: black;
  position: absolute;
  top: 67%;
  left: 46.5%;
  border-radius: 50%;
  border: 2px solid black;
}

.computer {
  position: absolute;
  bottom: 0;
  left: 18%;
  width: 60%;
  height: 8%;
  background-color: rgb(70, 71, 69);
  border-top: 3px solid black;
  border-left: 3px solid black;
  border-right: 3px solid black;
}

.light {
  position: absolute;
  z-index: 1;
}

.light1 {
  width: 60%;
  box-shadow: 0px 0px 100px 20px magenta;
  bottom: 8%;
  left: 17%;
}

#bar1 {
  width: 100%;
  box-shadow: 0px 0px 120px 20px #ff5b5b;
  top: 2%;
}

/****************Media Query*************************/
/*Desktop HIDPI 1920 x 1080 https://blisk.io/devices*/
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .container {
    width: 100%;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
  }

  .header {
    top: 2%;
  }

  #title {
    font-size: 5.6rem;
  }

  #subtitle {
    margin-bottom: 1%;
    font-size: 2.4rem;
  }

  .main {
    width: 88%;
    height: 100%;
    position: relative;
    top: 18%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    /*Hide Scrollbars But Keep Functionality*/
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .col1 {
    margin-top: 7.5%;
  }

  .col1 a:hover {
    text-shadow: 2px 2px 20px #ddfd28;
    font-style: italic;
  }

  .col2 {
    flex-grow: 0;
    flex-basis: auto;
    flex-shrink: 0;
    width: 60%;
  }

  #aggie {
    font-size: 1.6rem;
    line-height: 1.15;
    letter-spacing: -0.05rem;
  }

  #garam,
  #alexandra,
  #enrique,
  #amber,
  #hilde {
    margin-top: 0;
    margin-bottom: 6%;
  }

  #garam {
    font-size: 1.55rem;
    line-height: 1.45;
  }
  #alexandra {
    font-size: 1.6rem;
  }
  #enrique {
    font-size: 1.6rem;
  }

  #amber {
    font-size: 1.55rem;
  }

  #hilde {
    font-size: 1.65rem;
    line-height: 1.25;
  }

  .names {
    font-size: 0.9rem;
    margin-left: 1%;
  }

  .description {
    width: 46.5%;
    height: 47vh;
    box-shadow: 3px 3px 8px rgb(100, 100, 100);
    left: 61%;
  }

  .description h3 {
    margin-top: 4%;
    margin-bottom: 6%;
    font-size: 2rem;
  }

  .description p {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-top: 1%;
    width: 83%;
  }

  #listparagraph {
    margin-bottom: 0;
    padding-left: 5%;
  }

  .description li {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 0.75%;
    width: 80%;
    margin-left: -2%;
  }

  /*Custom Scrollbar Styling for Firefox*/
  .description {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(17, 111, 18) rgb(26, 143, 32);
  }

  /*Custom Scrollbar Styling for Chrome, Edge, and Safari*/
  .descriptionn::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }

  .description::-webkit-scrollbar-track-piece {
    background-color: rgb(26, 143, 32);
    border: 1px solid rgb(17, 111, 18);
  }

  .description::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: rgb(26, 143, 32);
    border-radius: 20px;
    border: 1px solid rgb(17, 111, 18);
  }

  .eyeframe {
    width: 20%;
    height: 4%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 48.5%;
    left: 35.5%;
  }

  .eye {
    width: 35%;
    background-color: white;
    border: 5px solid black;
    border-radius: 50%;
    position: relative;
  }

  .left {
    left: 5%;
  }

  .right {
    left: 25%;
  }

  .lens {
    position: relative;
    width: 24%;
    height: 84%;
    background-color: black;
    border-radius: 50%;
    top: 17%;
    left: 41%;
    outline: 1px solid black;
  }

  .mouth {
    width: 2%;
    height: 4%;
    background-color: black;
    position: absolute;
    top: 64%;
    left: 46.5%;
    border-radius: 50%;
    border: 2px solid black;
  }

  .computer {
    position: absolute;
    bottom: 0;
    left: 18%;
    width: 60%;
    height: 8.5%;
    background-color: rgb(70, 71, 69);
    border-top: 4px solid black;
    border-left: 4px solid black;
    border-right: 4px solid black;
  }

  .light {
    position: absolute;
    z-index: 1;
  }

  .light1 {
    width: 60%;
    box-shadow: 0px 0px 100px 20px magenta;
    bottom: 8%;
    left: 17%;
  }

  #bar1 {
    width: 100%;
    box-shadow: 0px 0px 120px 20px #ff5b5b;
    top: 2%;
  }
}

/*Big laptop, Original one that I worked on*/
@media only screen and (min-width: 1190px) and (max-width: 1440px) {
  .header {
    top: 0;
    left: 6%;
  }

  .header p {
    margin-top: 1%;
  }

  #title {
    font-size: 4.4rem;
    margin-bottom: 0;
    line-height: 1.2;
  }

  #subtitle {
    margin-bottom: 1%;
    font-size: 2.2rem;
  }
  .main {
    width: 88%;
    top: 18%;
  }
  .col1 {
    top: 6.5%;
  }
  #aggie {
    font-size: 1.35rem;
    line-height: 1.2;
    letter-spacing: -0.07rem;
  }

  #garam,
  #alexandra,
  #enrique,
  #amber,
  #hilde {
    margin-top: 0;
    margin-bottom: 4%;
  }

  #garam {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #alexandra {
    font-size: 1.35rem;
    line-height: 1.25;
  }
  #enrique {
    font-size: 1.35rem;
    line-height: 1.3;
  }

  #amber {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  #hilde {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .names {
    font-size: 0.8rem;
    margin-left: 1%;
  }

  .description {
    width: 42.5%;
    height: 43vh;
    box-shadow: 1px 2px 5px rgb(100, 100, 100);
    left: 57%;
    padding: 1% 2%;
    margin-top: 9%;
  }

  .description h3 {
    margin-top: 4.5%;
    margin-bottom: 5%;
    font-size: 1.2rem;
  }

  .description p {
    font-size: 0.97rem;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 4%;
  }

  #listparagraph {
    margin-bottom: 0;
    padding-left: 5%;
  }

  .description li {
    font-size: 0.97rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0.75%;
  }

  /*Custom Scrollbar Styling for Firefox*/
  .description {
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgb(17, 111, 18) rgb(26, 143, 32);
  }
  /*Custom Scrollbar Styling for Chrome, Edge, and Safari*/
  .descriptionn::-webkit-scrollbar {
    width: 12px;
    height: 6px;
  }

  .description::-webkit-scrollbar-track-piece {
    background-color: rgb(26, 143, 32);
    border: 1px solid rgb(17, 111, 18);
  }

  .description::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: rgb(26, 143, 32);
    border-radius: 20px;
    border: 1px solid rgb(17, 111, 18);
  }

  #lastquestion {
    margin-bottom: 0;
  }

  .eyeframe {
    width: 21%;
    height: 3.5%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 46.5%;
    left: 35.5%;
  }
  .eye {
    width: 37%;
    border: 3px solid black;
  }

  .left {
    left: 5%;
  }

  .right {
    left: 25%;
  }

  .lens {
    width: 23%;
    height: 91%;
    top: 14%;
    left: 36%;
    outline: 1px solid black;
  }

  .mouth {
    width: 2.5%;
    height: 5%;
    top: 62%;
    left: 46.5%;
    border: 2px solid black;
  }

  .computer {
    left: 18%;
    width: 60%;
    height: 8%;
    border-top: 3px solid black;
    border-left: 3px solid black;
    border-right: 3px solid black;
  }
  .light {
    position: absolute;
    z-index: 1;
  }

  .light1 {
    width: 60%;
    box-shadow: 0px 0px 140px 20px magenta;
    bottom: 8%;
    left: 17%;
  }

  #bar1 {
    width: 100%;
    box-shadow: 0px 0px 120px 20px #ff5b5b;
    top: 2%;
  }
}
/* @media only screen and (min-width: 1025px) and (max-width: 1189px) { 
} */

/*Small laptop to Tablet*/
@media only screen and (min-width: 768px) and (max-width: 1189px) {
  .header {
    top: 0;
    left: 6%;
  }

  .header p {
    margin-top: 2%;
  }

  #title {
    font-size: 3.6rem;
    margin-bottom: 0.25%;
  }

  #subtitle {
    margin-top: -0%;
    margin-bottom: 1%;
    font-size: 1.8rem;
  }
  .main {
    width: 92%;
    top: 18%;
  }

  .col1 {
    width: 32%;
  }

  #aggie {
    font-size: 1.1rem;
    letter-spacing: -0.075rem;
  }

  #garam,
  #alexandra,
  #enrique,
  #amber,
  #hilde {
    margin-top: 0;
    margin-bottom: 6%;
  }

  #garam {
    font-size: 1.12rem;
  }
  #alexandra {
    font-size: 1.2rem;
  }
  #enrique {
    font-size: 1.15rem;
    line-height: 1.2;
  }

  #amber {
    font-size: 1.3rem;
    line-height: 1.2;
  }

  #hilde {
    font-size: 1.2rem;
    line-height: 1.195;
  }

  .names {
    font-size: 0.7rem;
    margin-left: 0%;
  }

  .col2 {
    width: 65%;
  }

  .description {
    margin-top: 7%;
  }

  .description h3 {
    margin-top: 3.5%;
    margin-bottom: 3%;
    font-size: 1.5rem;
  }

  .eyeframe {
    width: 19%;
    height: 3.5%;
    top: 34.5%;
    left: 35.5%;
  }

  .eye {
    width: 42%;
    border: 3px solid black;
  }

  .left {
    left: 5%;
  }

  .right {
    left: 25%;
  }

  .lens {
    width: 26%;
    top: 7%;
    left: 41%;
  }

  .mouth {
    top: 50%;
  }

  .computer {
    width: 63%;
    height: 14%;
  }
}
/*Phone Portrait*/
@media only screen and (min-width: 360px) and (max-width: 900px) and (orientation: portrait) {
  body {
    background-size: 120% 100%;
    /* background-size: 156% 78%; */
    background-position: 44%;
  }
  .header {
    top: 2%;
    left: 6%;
    text-shadow: 1px 1px 8px magenta;
  }
  #title {
    font-size: 1.67rem;
  }

  #subtitle {
    font-size: 1rem;
    margin-left: 1%;
  }

  .main {
    top: 6%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .col {
    position: relative;
  }
  .col1 {
    width: 40%;
    height: 52%;
    top: 4%;
    margin-top: 0%;
  }

  .col2 {
    width: 100%;
    height: auto;
    /* height: 50%; */
  }

  .col1 p {
    position: relative;
    text-decoration: underline dotted magenta;
  }

  #aggie {
    font-size: 0.85rem;
    line-height: 1.1;
    letter-spacing: -0.06rem;
    left: 145%;
    top: 3%;
  }
  #garam {
    font-size: 0.8rem;
    line-height: 1.3;
    top: -3%;
  }

  #garam,
  #alexandra,
  #enrique,
  #amber,
  #hilde {
    margin-top: 0;
    margin-bottom: 10%;
  }

  #alexandra {
    font-size: 0.86rem;
    line-height: 1.2;
    top: -2%;
  }

  #enrique {
    font-size: 0.8rem;
    line-height: 1.2;
    /* top: -20.5%; */
    top: -12.5%;
    left: 161%;
  }

  #amber {
    font-size: 0.85rem;
    top: -16%;
    line-height: 1.3;
  }

  #hilde {
    font-size: 0.85rem;
    line-height: 1.2;
    top: -32%;
    /* top: -26%; */
    left: 155%;
  }

  .names {
    font-size: 0.65rem;
    margin-left: 0%;
  }
  .description {
    width: 85%;
    height: 22vh;
    left: 7.5%;
    padding: 1% 2%;
    top: -55%;
    /* top: 25%; */
    margin-top: 0%;
  }

  /* .description {
    width: 81%;
    height: 22vh;
    left: 7.5%;
    padding: 1% 2%;
    top: 32%;
    margin-top: 0%;
} */

  .description h3 {
    margin-top: 3.5%;
    margin-bottom: 3%;
    font-size: 1.25rem;
  }

  .description p {
    font-size: 0.85rem;
    line-height: 1.25;
  }

  .description li {
    font-size: 0.85rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 4%;
  }
  .eyeframe {
    width: 25%;
    height: 2%;
    top: 33.5%;
  }
  .eye {
    width: 36%;
    border: 2px solid black;
  }
  .left {
    left: 3%;
  }

  .lens {
    width: 28%;
    height: 91%;
    top: 18%;
    left: 36%;
  }

  .mouth {
    width: 3.25%;
    height: 2%;
    top: 44%;
    left: 46.5%;
    border: 2px solid black;
  }

  .computer {
    left: 4%;
    width: 91%;
    height: 17%;
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
  }

  .light1 {
    width: 70%;
    box-shadow: 0px 0px 70px 20px magenta;
    bottom: 17%;
    left: 14%;
  }
}

/*Phone Landscape*/
@media only screen and (min-width: 360px) and (max-width: 900px) and (orientation: landscape) {
  .header {
    top: 2%;
    left: 3%;
    text-shadow: 1px 1px 8px magenta;
  }

  .header p {
    margin-top: 2%;
  }

  #title {
    font-size: 1.8rem;
  }

  #subtitle {
    margin-top: 1%;
    margin-bottom: 1%;
    font-size: 1.1rem;
  }
  .main {
    width: 95%;
    top: 17%;
  }

  .col1 {
    width: 33%;
  }

  .col1 p {
    position: relative;
    text-decoration: underline dotted magenta;
  }

  #aggie {
    font-size: 0.85rem;
    letter-spacing: -0.075rem;
  }

  #garam,
  #alexandra,
  #enrique,
  #amber,
  #hilde {
    margin-top: 0;
    margin-bottom: 3%;
  }

  #garam {
    font-size: 0.8rem;
  }
  #alexandra {
    font-size: 0.825rem;
    line-height: 1.3;
  }
  #enrique {
    font-size: 0.8rem;
    line-height: 1.2;
  }

  #amber {
    font-size: 0.85rem;
    line-height: 1.2;
  }
  #amberbreak {
    margin-top: 0;
    margin-bottom: 0;
  }

  #hilde {
    font-size: 0.8rem;
    line-height: 1.2;
    z-index: 999;
  }

  .names {
    font-size: 0.6rem;
    margin-left: 0%;
  }

  .col2 {
    width: 40%;
  }

  .description {
    width: 87%;
    height: 60vh;
    left: 6%;
    padding: 1% 2.5%;
    top: 3%;
    margin-top: 0%;
  }

  .description h3 {
    margin-top: 3.5%;
    margin-bottom: 3%;
    font-size: 1.25rem;
  }

  .description p {
    font-size: 0.85rem;
    line-height: 1.25;
  }

  .description li {
    font-size: 0.85rem;
    line-height: 1.25;
    margin-bottom: 6%;
  }

  .eyeframe {
    width: 17%;
    height: 3.5%;
    top: 53.5%;
    left: 36.5%;
  }
  .eye {
    width: 34%;
    border: 2px solid black;
  }

  .left {
    left: 5%;
  }

  .right {
    left: 25%;
  }

  .lens {
    width: 26%;
    height: 90%;
    top: 14%;
    left: 41%;
  }

  .mouth {
    top: 70%;
    width: 2%;
    height: 5%;
    border: 1px solid black;
  }

  .computer {
    width: 52%;
    height: 12%;
    left: 21%;
  }

  .light1 {
    box-shadow: 0px 0px 80px 18px magenta;
  }
}
