/*  set the background to automatic zoom and with a background color of blue */

html body { 
    background: <body style="background-color:red">; 
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     -ms-background-size: cover;
    background-size: cover;
    
    font: 15px  Verdana, Arial, Helvetica, sans-serif;

        }

      /* **********  set Size, color and margin of headline 1 ********** */
h1 {
  font-size : 170%;
  color : #10107f;
  margin: 6px 0 6px 6px;
}

      	/* **********  set Size, color and margin of headline 2 ********** */
h2 {
  font-size : 120%;
  color : #10107f;
  margin: 6px 0 6px 6px;
}

      	/* **********  set Size, color and margin of headline 3 ********** */
h3 {
  font-size : 50%;
  color : #01017f;
  margin: 0 0 16px 6px;
}

      	/* ********** set Size, color and margin of paragraph *****      width:750px; height:585px; overflow:auto;                              ***** */
p {
  font-size : 100%;
  color :   #01017f;
  margin: 5px;padding: 5px;
}

.c2 {
   
  position: relative; 
  top: 100px;
  left:145px;
  width:95%; height:auto; overflow:auto; 
        -webkit-overflow-scrolling: touch; border:solid 0px #red; background-color:transparent; 
}


.interview {
display: block;
width: 85%;
height: auto;
}