body {
  background-color: rgba(179, 33, 38, 0.713);
  background-image: url("../images/back.gif");
  background-attachment: fixed;
  background-size: cover;
}
h1 {
  color: maroon;
  margin-left: 40px;
}
.intro {
  width:50%;
  border-radius: 10px; 
  border:2px solid #000000; 
  font-family: Verdana; 
  vertical-align:top; 
  text-align:center;
  background:rgba(55, 70, 147, 0.792);
  margin-left:auto;
  margin-right:auto;
  padding: 10px 10px 10px 10px;
}
#idelides {
  width:200px;
  height:200px;
}
#candh img {
  opacity: 0.9;
  border: 2px solid black;
  border-radius:50px;
}
.cbox {
  width:250px;
  height:200px;
  line-height:2em;
  overflow:scroll;
  padding:5px;
  float:right;
  border:1px solid #000000;
  border-style: dashed;
}
@media only screen and (max-width: 1600px) {
   .cbox {
    float:none;
  }
}
@media only screen and (max-width: 768px) {
  .cbox {
   float:none;
  }
  .intro {
    width:100%;
  }
  #Ken {
    width:90%;
}
#candh img {
  width:90%;
}
}