/*Name this external file gallery.css*/
#image{
  width: 100%;
  height: 600px;
  margin:0 auto;
  background: url('../img/alamoSquadronBIG.png');
  background-repeat: no-repeat;
  color:#000000;
  font-weight: 800;
  text-align: center;
  padding: 10px 20px;
  background-size: 100%;
}
.preview{
  width:10%;
  margin-left: 5%;
  margin-bottom: 5%;
  border-radius: 50%;
}
