span {
  font-size: 20px;
}

body {
  background-color: black;
  font-family: Tahoma, Verdana, serif;
  color: lightgoldenrodyellow;
  font-size: 14px;
}

p {
  font-size: 20px;
}

img {
  width: 100%;
}

li {
  padding-bottom: 7px;
}

.link-text {
  font-size: 20px;
}

.strikethrough {
  text-decoration: line-through;
}

@media (min-width: 481px) {
  .big-screen-div {
    margin-left: 30%;
    margin-right: 30%;
  }

  img {
    width: 40%;
  }
}
