selector {
  property: value;
}
h1{
  text-align: center;
  text-decoration:underline;
  color: rgb(12, 87, 255);
  font-family: chalkboard;
}
p {
  color: black;
  font-size: 20px;
}
#title {
  background-color: #990000;
}
div {
  background-color: #00ee00;
  border: ridge 2px;
  padding: 15px;
  margin-bottom: 0 50px 30px;
      text-align: center;
  color: #133453;
  font-family: "Open Sans" serif;
  text-shadow: 2px 2px 2px black;
}
}
span {
  text-decoration: line-through;
}
#Baldisbasicsmods{
  background-color: #5e5e5e;
  border: inset 1px #633224;
  padding: 30px;
  margin: 0 30px 30px;
  box-shadow: 10px, 10px, 10px;
  border-radius: 20px;
  text-align: center;
}
.responsive {
  display: block;
  max-width: 100%;
  height:auto;
}
.list {
  display: inline-block;
  text-align: right;
}
background{
  color: #00ae00;
}
img: hover {
  border: 10px solid #089641;
}