body {
  background-color: antiquewhite;
}

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

div#title-of-testing h1.the-title-of-the-testing {
  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#test-page-content h3.test-page-content-title {
  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;
}

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

  div#home-link {
    display: none;
  }

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

  div#title-of-testing h1.the-title-of-the-testing {
    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%;
  }
}

div#test-page-content p.test-location-path {
  color: whitesmoke;
}
/* ########################################################################################################### */
/* ########################### You write the style of the tutorial here ###################################### */
/* ########################################################################################################### */

/* Style for the my test */

.test-form-box {
  background: rgb(121, 137, 129);
  margin: 10px auto;
  padding: 20px;
  width: 200px;
  height: 120px;
  text-align: center;
}

.test-signup-form {
  max-width: 200px;
  margin: 5px auto;
}

.test-input-username {
  display: block;
  margin: 5px auto;
}

.test-input-submit {
  display: block;
  margin: 5px auto;
}

.feedback-message {
  color: blueviolet;
  margin: 12px auto;
}
