body {
  background-color: rgb(0, 193, 151);
}

div#warning-screen-size-sign img.stop-low-resolution-warning-sign {
  display: none;
}

div#title-of-tutorial h1.the-title-of-the-tutorial {
  text-align: center;
}

div#home-link a.the-home-link {
  text-decoration: none;
  text-align: center;
  margin-left: 0.5px;
  margin-right: 0.5px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: solid 2px black;
  background-color: yellow;
  color: black;
  border-radius: 13px 13px 13px 13px;
  font-weight: bold;
  box-shadow: 7px 5px 14px -5px rgba(0, 0, 0, 0.67);
}

div#home-link a.the-home-link:hover {
  background-color: black;
  color: yellow;
  border: dotted 2px yellow;
}

div#home-link {
  text-align: center;
}

div#tutorial-page-content h3.tutorial-page-content-title {
  display: inline-block;
  position: sticky;
  top: 2px;
  text-align: center;
  color: gold;
  background-color: black;
  box-shadow: 0px 10px 13px -2px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  border: groove 2px yellow;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  /* Nu functioneaza , il ignora se pare de la o anumita rezulutie mai mica , de ce ? , insa daca dau initial-scale=1 in meta , functioneaza...*/
}

div#tutorial-page-content a.the-top-link-button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding-left: 2.5px;
  padding-right: 2.5px;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  border: solid 2px black;
  background-color: yellow;
  color: black;
  border-radius: 13px 13px 13px 13px;
  font-weight: bold;
  box-shadow: 5px 3px 21px -5px rgba(0, 255, 157, 0.67);
}

div#tutorial-page-content a.the-top-link-button:hover {
  border: solid 2px yellow;
}

@media screen and (max-width: 221px) {
  div#title-page h1.the-title-page {
    display: none;
  }

  div#tutorial-page-content h3.tutorial-page-content-title {
    display: none;
  }

  div#home-link {
    display: none;
  }

  div#special-link a.the-special-link {
    display: none;
  }

  div#title-of-tutorial h1.the-title-of-the-tutorial {
    display: none;
  }

  div#the-transcript pre.transcript-text {
    display: none;
  }

  p#js-code-output {
    display: none;
  }

  div#warning-screen-size-sign img.stop-low-resolution-warning-sign {
    display: inline-block;
    width: 97%;
    height: 97%;
  }
}

@media screen and (max-width: 82px) {
  div#warning-screen-size-sign img.stop-low-resolution-warning-sign {
    width: 96%;
    height: 96%;
  }
}

/* ########################################################################################################### */
/* ########################### You write the style of the tutorial here ###################################### */
/* ########################################################################################################### */

div#special-link a.the-special-link {
  text-decoration: none;
  text-align: center;
  margin-left: 0.5px;
  margin-right: 0.5px;
  margin-top: 0.5px;
  margin-bottom: 0.5px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: solid 2px gold;
  background-color: black;
  color: yellow;
  border-radius: 13px 13px 13px 13px;
  font-weight: bold;
  box-shadow: 7px 5px 14px -5px rgba(0, 0, 0, 0.67);
}

div#special-link a.the-special-link:hover {
  background-color: black;
  color: yellow;
  border: dotted 2px yellow;
}

div#special-link {
  text-align: center;
}

div#the-transcript pre.transcript-text {
  text-align: center;
  font-weight: bold;
}

div#tutorial-location p.tutorial-location-color {
  color: blue;
}
