 
h1 {
  color: black;
  text-align: center;
  font-size:50px;
  font-family:papyrus;
  font-weight:500;
}

h2 {
  text-align: center;
  font-family:papyrus;
}

h3 {
  text-align: center;
}
body {
  background-image: url('img_girl.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif
}

.bg {
  /* The image used */
  background-image: url('pic1.jpg');

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background-color: AliceBlue;
}

.divcolor{
  background-color: Cornsilk;
}

.centerimg {
 
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: block;

}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-container {
        text-align: center;
}
 