body {
background-image: radial-gradient(black, black, navy);
  background-repeat: no-repeat;
  background-size: cover;
  color: yellow; 
  text-align:center;
  background-attachment: fixed;
}
.border {
    border-left-color: white;
    border-top-color: silver;
    border-bottom-color: black;
    border-right-color: grey;
    border-width: 5px;
    border-style: solid;
}
#desc{
max-width: 300px;
  max-height: 400px;
height:400px;
  overflow-y: scroll;
  border: double 2px white;
background-image: radial-gradient(#3979dd,transparent);
}