body {
  position: relative;
  text-align: center;
/*  background-color: transparent;*/
  background: url(img/press_image.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.transparent-card {
  background-color: rgba(245, 245, 245, .85);
/*  opacity: .2;*/
}

.img-max {
  max-width: 500px;
  width: 100%;
}

a {
  text-decoration: none;
}

a:link {
  color: purple;
}

a:hover {
  color: deeppink;
}

a:selected {
  color: deeppink;
}

a:visited {
  color: purple;
}

a:visited:hover {
  color: deeppink;
}
