body {
  background: #ededed url("stripes.png");
  color: #333;
  font: 14px "Century Gothic", sans-serif;
}

#card {
  width: 550px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin: -75px 0 0 -275px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 5px rgba(50, 50, 50, 0.75);
}

#card img {
  float: left;
  margin-right: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

#name {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 500;
}

#contact {
  margin-top: 25px;
}

#address {
  margin-top: 10px;
}
