.img {
  width: 170px;
  height: 210px;
  border:2px solid #fff;
  background: url(assets/image/ebet-journal.jpg) no-repeat;
  -moz-box-shadow: 10px 10px 5px #ccc;
  -webkit-box-shadow: 10px 10px 5px #ccc;
  box-shadow: 10px 10px 5px #ccc;
  -moz-border-radius:25px;
  -webkit-border-radius:25px;
  border-radius:15px;
}

#f{
  Noto Sans',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue',sans-serif;
}

#divbgwhite{
  background-color: white;
}
#margintop{
  margin-top: 1.5%;
}