// Place all the styles related to the yachts controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: http://sass-lang.com/

#YachtURL {
  width: 500px;
}

.ref{
  color: red;
  font-size: 12px;
}

#yacht_not_valid{
  color: red;
  font-size: 24px;
  text-align: center;
}

#yacht_valid{
  color: green;
  font-size: 24px;
  text-align: center;
}

