
    .cer-div{
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
   /* .cer{
        width:1000px;
        height:650px;
        background-size:cover;
        margin: auto;
        
    }*/	
	.cer{
        width:1000px;
        height:1413px;
        background-size:cover;
        margin: auto;
        /*padding:10px;*/
    }
    #cer-img{
        border: 2px solid black;
    }
    .cer-txt{
        font-size: 32px;
        font-weight: 600;
        color: #393F4B;
        position: absolute;
        text-align: center;
        //top: 290px;
        top: 385px;
        width: inherit;
    
    }   
    .cer-txt2 {
        //top: 385px; 
        top: 560px; 
    } 
	 .cer-txt3 {
	     font-size: 30px;
	     font-weight: 500;
        //top: 423px;
        top: 630px;
		// color: #D1AD76;	

    }
	.cer-txt4 {
          
		top: 991px;
		//left: 235px;
		//text-align: left;
    }
	.cer-txt5 {
        
        top: 1030px; 
    }
	.cer-txt6 {
        
        top: 1240px; 
    }
	.cer-txt7 {
		    text-align: left;
			top: 100px;
			width: 280px;
			left: 123px;
		
	}
    @media print {
          body * {
        visibility: hidden;
      }
      .cer-div * {
        visibility: visible;
      }
      .cer-div {
        position: absolute;
        left: 0;
        top: 0;
      }


    }
