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 ###################################### */
/* ########################################################################################################### */

.my-shoping-list li {
  list-style-type: none;
  max-width: 200px;
  padding: 8px;
  margin: 8px auto;
  background: rgb(0, 0, 0);
  border: 2px dashed rgb(52, 246, 18);
  color: yellow;
  text-align: center;
  font-weight: bolder;
}

.reset-list-button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px 24px;
  border: 0;
  color: yellow;
  background: black;
  line-height: 1.15;
  font-size: 16px;
  margin-left: 24%;
}

.reset-list-button:hover {
  transition: all 0.1s ease;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px black;
  color: red;
}

.add-test-item-button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px 24px;
  border: 0;
  color: yellow;
  background: black;
  line-height: 1.15;
  font-size: 16px;
  margin-left: 13%;
}

.add-test-item-button:hover {
  transition: all 0.1s ease;
  box-shadow: 0 0 0 0 #fff, 0 0 0 3px black;
  color: red;
}

.div-box-shop-list {
  display: inline-block;
}

.shoping-list-title {
  text-align: center;
}
