@charset "utf-8";
/* CSS Document */

      .container {
        width: 1600px;
        height: 6621px;
        position: relative;
        margin: 0 auto;
	top:-74px;
 	background-image: url("CV.jpg");
      }

      .printbt {
	position:sticky;
	position: -webkit-sticky;
	top: 75px;
	margin-left: 35px;
	z-index:100;
      }

      .box {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.7;
      }
      .overlay {
        z-index: 9;
        margin-left: 310px;
	margin-top:910px;
	height: 40px;
	width:300px;
      }