
html {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  background-color: rgb(2, 0, 17);
  background-image: url(stars.gif);
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  flex-direction: column;
}

div {
  margin: 0 200px;
}

p {
  margin: 50px 0;
  font-size: 200px;
  color: aliceblue;
}

img {
  height: 100px;
  
}