body {
  background: url('https://sadhost.neocities.org/images/tiles/stars.gif')
}

p {
  color: #d600bd;
}

#left {
  position: absolute;
  border: 2px solid white;
  width: 300px;
  height: 600px;
  margin-left: 200px;
  animation: glow 5s infinite;
}

#gallery {
  position: absolute;
  border: 2px solid white;
  width: 800px;
  height: 500px;
  margin-left: 570px;
  margin-top: 30px;
  animation: glow 5s infinite;
  padding: 7px;
}

@keyframes glow {
  50% {box-shadow: 0px 20px 30px blue;}
}

#buttons {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: 0px;
  margin-top: 100px;
}

#about {
  position: absolute;
  width: 400px;
  height: 150px;
  margin-left: 770px;
  margin-top: -150px;
}