.form-input{
  background:transparent;
  width:100%;
  border:2px solid #ffffff;
  color:white;
  padding: 5px;
  margin-bottom: 10px;
}
.form-input:hover{
  border:1px solid #00486c;
  background-color: white;
  color:#000;
}
.about-icon
{
  width:100%;
  text-align: center;
  font-size: 30px;
}

figcaption
{
  text-align: justify;
}