html, body, header, header>.pic{
  height:100%;
}
h3 {
  color:#6e0000;
  
}
h1 {
  text-align:center;
  text-transform: capitalize;
  color:#6e0000;
  font-size:2em;
  background-color: rgb(0, 110, 110);
  width: 100%;
  opacity: 1;
  z-index: 1;
  text-transform:uppercase;
  padding-bottom: .5em;
  padding-top: .5em;
}
.info{
  margin:auto;
  background-color:rgb(0, 110, 110);
  border:none;
  opacity:1;
}
p{
  width: 70%;
  text-align: center;
  margin: auto;
}
a {
  text-decoration:none;
  color: inherit;
}
title {
  color:red;
}
#linkin {
  text-decoration:none;
}
hr{
  border-color:darkred;
}
body{
  background-color:#6e0000;
}
.back{
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 70%;
  background-position: center center;
}
.back.pic{
  background-image: url(KGC_1.jpg);
}
 
