body {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background-color: #a07698;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFA07698', endColorstr='#FF9E528E');
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #a07698), color-stop(100%, #9e528e));
  background-image: -webkit-linear-gradient(left top, #a07698 0%, #9e528e 100%);
  background-image: linear-gradient(left top, #a07698 0%, #9e528e 100%);
  background-attachment: fixed;
}
