/*This is for the noscript tag only*/
noscript body {
  background-color: #000;
}
noscript container {
  border: solid dodgerblue 10px;
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 5%;
  border-radius: 5px;
  padding: 10%;
}
noscript h2 {
  text-align: center;
  color: dodgerblue;
}
noscript p {
  color: #808080;
  font-weight: 500;
}
noscript a {
  color: #808080;
}
