body {
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fc0fc0;
  font-family: times;
  text-align: center;
  font-size: 100%;
}

header {
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}

img {
  margin: 0.5%;
  border: 3px #fc0fc0 solid;
  padding: 1%;
}

main {
  overflow: hidden;
}

.img1 {
  width: 35%;
  height: auto;
  aspect-ratio: 1/1;
}

.img2 {
  width: 68.6%;
  height: auto;
  text-align: center;
  margin: auto;;
}

.img3 {
  height: auto
}

.pics {
  width: 90%;
  margin: auto;
  display: inline-block;
} 

.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: 180%;
  margin: 6% 5%;
  position: relative;
  line-height: 135%;
}

footer {
  position: relative;
  left: 0;
  bottom: 0;
  height: 8%;
  width: 100%;
  color: red;
  text-align: center;
  background-color: black;
}