body {
  height: 100%;
  background-color: #000000;
  color: #fc0fc0;
  font-family: times;
  text-align: center;
  font-size: 100%;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  height: 8%;
  width: 100%;
  color: red;
  text-align: center;
  background-color: black;
  font-size: 120%;
}

header {
  margin-top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

img {
  margin: .5%;
  border: 2px #fc0fc0 solid;
  padding: .5%;
}

main {
  overflow: hidden;
}

.img1 {
  width: 10%;
  height: auto;
  display: inline-block;
}

.img2 {
  width: 5%;
  height: auto;
  display: inline-block;
}

.img1,.img2 {
  aspect-ratio: 1/1;
}

.img3 {
  text-align: center;
}

.pics {
  width: 100%;
} 

.pink {
  color: #fc0fc0;
  text-decoration: underline;
}

.pink:hover {
  color: #fc0fc0;
  text-decoration: none;
}

.red { 
 color: red; 
 text-decoration: none;
}

.red:hover { 
  color: red;
  text-decoration: underline;
}

.text {
  font-size: 300%;
  margin: 3.5% 10% 2.5% 10%;
  position: relative;
}

@media screen and (max-width: 600px) {
  footer {
   position: fixed;
   left: 0;
   bottom: 0;
   height: 8%;
   width: 100%;
   color: red;
   text-align: center;
   background-color: black;
  }
}