body {
  background: url("wedding.jpg") no-repeat center center fixed;
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: Sans-serif;
  color: #5e5e5e;
  text-align: center;
}
a {
  color: #76819c;
}

.box-transparent {
    top: 40px;
    background-color: rgba(247, 247, 255, 0.8);
    padding: 30px;
}
