@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
  background-attachment: fixed;
  background-image: url(https://newevolutiondesigns.com/images/freebies/galaxy-wallpaper-36.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
}

main {
  background-color: rgba(255, 255, 255, 0.25);
  color: white;
  font-family: Oswald;
  margin: 24px;
  padding: 24px;
  text-shadow: 2px 2px black;
}

p {
  font-size: 24px;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: bold;
}

th {
  font-size: 18px;
}

a:link, a:visited {
  color: rgba(0, 128, 255, 1);
}