/* w3vo minimal style sheet*/
body {
  background-color: #eee;
  color: #333;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
img {
  max-width: 100%;
}