.img100 {
  width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:link, a:visited {
  text-decoration: none;
}

.white {
  background-color: #fff;
}