/* Javascriptx */

.caution {
  text-align: center;
	color: red;
	font-weight: bold;
  margin: 5px; 
  padding: 5px;
  border: 2px red solid;
}
