h1 {
  
  border: none;
  margin-top: 1%;
  margin-bottom: 5%;
  color: #4d0b43;
  font-weight: bold;
}

h2{
  margin-top: 3%;
  margin-bottom: 2%;
  border-bottom-style: solid;
  border-color: rgb(220, 220, 220);
  font-weight: bold;
  color: #4d0b43;
}

.note{
  background-color: rgba(201, 219, 252, 0.459);
  padding: 10px;
}

.language-text{
  color: black;
  background-color: rgb(241, 239, 239) !important;
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  overflow: auto;
  display: block;
  margin-right: 15%;
  
}

.language-javascript{
  background-color: rgb(0,0,0);
  text-indent: 10px;
  font-size: 16px;
  padding: 15px;
  display: block;
  margin-right: 15%;
  overflow: auto;
}

.language-html{
  background-color: rgb(241, 239, 239);
  text-indent: 10px;
  font-size: 16px;
  padding: 10px;
  display: block;
  margin-right: 15%;
  overflow: auto;
}

h3{
  margin-top: 3%;
  margin-bottom: 1%;
  font-size: 25px;
  color:rgb(148, 14, 148)
  
}

code {color:rgb(207, 32, 32);}

.inner{
  color: blue;
}

a:visited {
  color: rgb(148, 14, 148)
}

img {
  display: block;
  max-width: 80%;
  height: auto;
}