@charset "utf-8";
/* CSS Document */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;	
}
div.alert-info {
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #ffecb5;
  position: relative;
  padding: 1rem 1rem;
  text-align: center;
	margin-top: 40px;
  font: bold 14px/20px 'Montserrat', sans-serif;
}
