body {
	font-family: open sans;
	font-weight: lighter;
	padding: 0;
	margin: 0;
}

h1 {
	font-weight: lighter;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

input {
	background-color: silver;
	border: 1px solid silver;
	border-radius: 7px;
	box-shadow: 1px 2px 2px;
	color: black;
	padding: 15px 45px;
	cursor: pointer;
}

input:hover{
	box-shadow: none;
	margin-top: 1px;
	margin-left: 2px;
}

.container {
	margin: 0 auto;
	display: block;
	width: 80%;
}

.center {
	text-align: center;
	position: relative;
}

.mt-150 {
	margin-top: 150px;
}
.mb-50 {
	margin-bottom: 50px;
}

.text {
	font-size: 30px;
}
.text .inner {
  border: 2px solid;
  border-radius: 50px;
  padding: 20px;
  position: relative;
}

.text .inner::after {
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 42px 8px 0;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 81px;
  width: 0;
}