h1 {
  text-align:center;

  color:#fcfdff;
  text-decoration:underline
}

h3 {
  color:#7f53ab;
  font-size:40px
}
.Code-Org {
  border-style:ridge;
  border-color:#0dc1cb;
  background-color:#0dc1cb;
}
.Intro {
  border-style:ridge;
  border-color:#1c242c;
  background-color:#171b1d;
}
img {
  float:right;
  width:370px;
  border-color: #d4d4d3;
  border-width: 4px;
  border-style: solid;
  border-radius: 10px;
}
li {
  font-size: 25px;
  color:#363333;

}
.spacer {
  border-style:ridge;
  border-color:#d6d9dc;
  background-color:#e6ebee;
  color:#31383d;
}
.second-spacer {
  border-style:ridge;
  border-color:#36495d;
  background-color:#304958;
  color:#ffffff;
}
h2 {
  text-align:center;
  color:#f2f5f8;
}

a {
  font-size:30px;
  color:#7f53ab;
  border-style:inset;
    border-color:#7242a3;
  background-color: #a58cbd;
}
.top-img {
  height: 100px;
  border-radius: 5px;
  margin: 10px;
  width: 100px;
  border-color: #ffffff;
}