

a {color: lightyellow; text-decoration: underline;}


html, body {
height: 100%;
    background-color:#926271; color:#d7d7d7;font-family: Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif; font_weight:bold
}


.slideshow-container {
height: auto;
  width: auto;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  background-color: yellow;
    display: inline-block;
}

.active {
  background-color: black;
}


<!-- rest test -->

* {
  box-sizing: border-box;
}


@media screen and (max-width: 480px) {
  body {
    background-color: lightgreen;
  }
}




