html,
body {
  margin: 0;
  font-family: sans-serif;
  line-height: 1.5;
  margin: 10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
  border-radius: 25px;
}

li {
  float: right;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
}

li a:hover {
  background-color: purple;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  margin-bottom: 50px;
  
}

img {
  height: auto;
  width: 25%;
  max-width: 100%;
  border-radius: 50%;
}

.parallax {
  /* The image used */
  background-image: url("https://i.pinimg.com/564x/c0/5d/97/c05d974f2862dabfed9e0ef28a29b6ae.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax2 {
  /* The image used */
  background-image: url("https://i.pinimg.com/564x/47/d9/ca/47d9ca7fba322d6bc9e169f804980e2a.jpg");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax3 {
   /* The image used */
  background-image: url("https://cdn.glitch.global/f2038230-9f70-4af1-9a77-528b2ecc9210/space%20background.PNG?v=1701268706944");

  /* Set a specific height */
  min-height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading2 {
  color: white;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-size: 35px;
}

p {
  font-size: 20px;
  text-align: center;
  color: white;
  padding-left: 50px;
  padding-right: 50px;
}

.p-a-tag {
  color: pink;
}

.p-a-tag:hover {
  color: white;
}

figure {
  float: right;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border-radius: 25%;
  margin: 0.5em;
  padding: 0.5em;
  color: white;
  font-size: 20px;
}