/**
 * index.scss
 * - Add any styles you want here!
 */

.mySlides {
  display: none;
}

.demo {
  cursor: pointer;
}

h3 {
  font-weight: bold;
  font-family: "Roboto Slab", sans-serif;
  color: #00008b;
}

p {
  font-family: "Roboto Slab", serif;
  color: #00008b;
}

body {
  font-family: "Roboto Slab", sans-serif;
  background: linear-gradient(to left, #B0E0E6, #EE82EE);
}