/* Slow Etiquette - Main Styles */

body {
  font-family: 'Roboto', 'Lato', sans-serif;
  color: #333;
  background-color: #fff;
}

a {
  color: #333;
  text-decoration: underline;
}

a:hover {
  color: #666;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}
