/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-100 {
  float: left;
  width: 100%;
  margin-top: 30px;
}

a.button{
  display: block;
	font-size: 50px;
    text-decoration: none;
    color: initial;
    width: 700px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: none;
	resize: vertical;


}