* {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
}

body {
     font-family: "Lato", sans-serif;
     font-weight: 400;
#     font-size: 16px;
     line-height: 1.7;
     color: #777;
#     color: #EEE;
     padding: 30px;
#     background-image: url("../img/hip-square.png");
     background-image: url("../img/seamless_paper_texture.png");
#     background-image: url("../img/mochaGrunge.png");
#     background-image: url("../img/honey_im_subtle.png");
     background-image: url("../img/textured_stripes.png");
     background-image: url("../img/bedge_grunge.png");
     background-image: url("../img/batthern.png");
     background-image: url("../img/old_mathematics.png");
#     background-image: url("../img/beige-tiles.png");
}

.pgp {
     font-weight: 500;
     font-size: 16px;
     line-height: 1.0;
}

img {
     max-width: 100%;
}

