body {

background-image: linear-gradient(#40aded,#d798a2,#c63a43);

}

h1{
  font-size: 130px;
  text-align: center;
  background: -webkit-linear-gradient(#2c2b6b,#ff5460);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.boypic {
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  padding: 5px;
  width: 450px;
}

p {
background-color: #486dc4;
text-align: center;
font-size: 30px;
border-width: 5px;
border-style: solid;
height: auto;
}


.paraimg {

float: right;
margin-left: 25px;
margin-bottom: 25px;
padding-right: 25px;
}

p.kplanetlist {
 border-style: groove;
 background-color: #2c2b6b;
 border-size: 25px;
 color: #b3ffdd;
 border-color: #40aded;
 font-size: 25px;
 text-align: center;
}

p.cplanetlist {
 border-style: groove;
 background-color: #d798a2;
 border-size: 25px;
 color: #610b02;
 border-color: #c63a43;
 font-size: 25px;
 text-align: center;
}



table, th, td{
 margin-left: auto;
 margin-right: auto;

}

a:link{
 color: #2c2b6b;
}

a:hover {
 color: #e469e0;
}

a:active {
 color: #d798a2;
}

