html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background: #ff1a75;
}

.header {
  background: #fff;
  margin-bottom: 40px;
  padding: 10px 0;
}

.header img {
  width: 90px;
  margin: 5px 10px 0px 0;
  border-radius: 100%;
}

.header h1 {
  margin: 0;
  display: inline-block;
  font-family: 'Indie Flower', cursive;
  font-weight: 400;
  color:#ff0066;
  font-style: bold;
}

.meme {
  position: relative;
}

.top-caption,
.bottom-caption {
  font-family: Impact, sans-serif;
  color: #fff;
  text-shadow: #000 0px 0px 6px;
  text-transform: uppercase;
  text-align: center;
  font-size: 50px;
}

.top-caption {
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.bottom-caption {
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
}

.tool h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 25px;
}

.tool form label {
  margin-bottom: 10px;

}

.tool input {
  border-radius: 4px;
  border: 0;
  border-bottom: 3px solid #E53191;
  box-shadow: none;
}

input[type="text"]:focus {
  border: 0;
  border-bottom: 4px solid #7F3191;
  outline: 0;
  box-shadow: none;
}
