  img {
  width:190px;
  max-width:30%;
  border-radius:10px;
  border: solid white 2px;
  }
  #Main {
  margin:auto;
  position: relative;
  max-width:90%;
  }
  #Centre {
  background-color: black;
  border: dotted white 5px;
  border-radius: 3px;
  margin:auto;
  top:50px;
  width:1000px;
  max-width:90%;
  max-height:80%;
  padding:5px;
  height:auto;
  position: relative;
  overflow:auto;
  }
  body {
  text-align: center;
  background-color: black;
  color: white;
  font-family: Verdana;
  background-image: url("images/spacesonic2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0000d8;
}
a {
  color: white;
}
a:visited {
  color: white;
}
a:link {
  color: white;
}