body {
  background-image: url('outerWildsBg.jpg');
  background-attachment: fixed;
  background-size: cover;
}

h1 {
   color: white;
}

p{
  color: white;
}

.mainThing {
  background-image: url('miau.png');
  background-attachment: fixed;
  background-size: cover;
  margin: auto;
  align-items: center;
  width: 50%;
  padding: 50px;
}

.container1 {
  width: 300px;
  height: 320px;
}

.container1 img {
  width: 100%;
  height: auto;
}
