body {
	font-family: 'Permanent Marker', cursive;
	margin: 0;
	background: #51bbc9;
	letter-spacing: 1px;
	line-height: 1.5;
}
	

.container {
	width: 60%;
	max-width: 550px;
	margin: 4em auto;
}

h1, p {
	margin: 0;
}

h1, p, .btn{
	text-transform: uppercase;
}

h1 {
	text-align: left;
	border-bottom: 5px solid white;
}

p {
	box-sizing: border-box;
	width: 100%;
	margin-top: 2em;
	margin-bottom: 3em;
	padding: 1em;
	border: 3px solid black;
	border-radius: 10px;
	background: white;
	font-weight: 550;
	font-size: 1.2rem;
	position: relative;
}

p::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 50px;
    width: 90px;
    border-radius: 0 0 100%;
    box-shadow: -2px -2px 0 0 #000 inset, -23px 0 0 0 #fff inset,
      -25px -2px 0 0 #000 inset;

}

.btn {
	display: block;
	margin-top: 3em;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	border: 3px solid black;
	font-weight: 550;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	color: black;
	background: #8cd4de;
}

.punchline{
	display: none;
}



