body{
   /* bg paradox */
  background-image: url("deepbg.jpeg"); 
  
    background-repeat: repeat;

    color: black;
    font-family: Papyrus;
}
 /* Unvisited link*/
a:link {
  color: #e30577;
}
/* visited link */
a:visited {
  color: #a80239;
  
}

 #intro {
      border-radius: 25px;
      background-image: linear-gradient(to top,rgba(255, 107, 151, 0.8) 0%, rgba(255, 135, 171, 0.8) 64%, rgba(255, 180, 202, 0.8) 78%, rgba(255, 230, 241, 0.8) 88%, rgba(255, 176, 206, 0.8) 95%, rgba(255, 117, 159, 0.8) 100%);
      border: #d9185f 7px double;
      height: 140px;
      width: 700px;
      padding: 5px;
      background-position: center; 
      background-attachment: fixed; 
      margin: auto;
    
    }
    

 #info {
      border-radius: 25px;
      background-image: linear-gradient(to top,rgba(255, 107, 151, 0.8) 0%, rgba(255, 135, 171, 0.8) 64%, rgba(255, 180, 202, 0.8) 78%, rgba(255, 230, 241, 0.8) 88%, rgba(255, 176, 206, 0.8) 95%, rgba(255, 117, 159, 0.8) 100%);
      border: #d9185f 7px double;
      height: 60px;
      width: 110px;
      padding: 5px;
      background-position: center; 
      background-attachment: fixed; 
      margin: auto;
    
    }
    
     #html2 {
      text-align: center;
    }