h1{
  text-align: center;
}


body {
  background: black;
}


img {
  max-width: 400px;
  width: 100%;        
  height: auto;       
  display: block;   
}

.image-2, .image-1 {
  max-width: 550px;
  margin-top: 40px;
}

.img-desc {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}


.text {
  color: white;
  text-align: center;
  font-family: "Courier New";
}

#description {
  font-weight: bold;
}

footer {
  text-align: center;
  
}

.footer-link {
  color: red;
  text-decoration: none;
  font-size: 24px; 
  font-weight: bold;
}

#point {
  display: block;         /* makes margin auto work */
  margin: 50px auto;
  transform: scaleX(-1);
  width: 100px;
}

.content > div {
  text-align: center;        
  margin-bottom: 40px;      
}

.content img {
  max-width: 400px;          
  width: 100%;               
  height: auto;              
  display: block;            
  margin: 0 auto;           
}


