html {
  height: 100%;
  width: 100%;
}

body {
  background-color: black;
  background-image: url("galaxia.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 2vh;
  color: #FBDA6F;
  text-shadow: 0 0 10px black;
}

a, ul {
  color: #992613;
  text-decoration: none;
}

a:hover {
  color: #FA925F;
  text-shadow: 0 0 3px #FA925F;
}

.paragraph {
  margin-top: 20%;
  margin-left: 10%;
  margin-right: 10%;
}

.paragraph p {
  display: flex;
  align-items: center;
}
