body {
  background-image: url('https://hdwpro.com/wp-content/uploads/2017/10/Cool-Space-Background.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: #c1ffff;
  font-family: sans-serif;
}

img {
    vertical-align: middle;
}

a {
    color: #5bffaf;
}

h {
    color: Cyan;
    font-weight: bold;
    font-size: 50pt;
}

h1 {
    color: Cyan;
    font-weight: bold;
    font-size: 15pt;
}

td {
    background-color: MidnightBlue;
    vertical-align: top;
    padding: 50px;
}

table {
    width: 70%;
    border-spacing: 0;
    border: 10px solid #0e0e53;
}

p {
    text-indent: 50px;
    display: block;
    margin-left: 5%;
}