body {
  margin: 0;
  font-family: Arial;
}

hr {
  margin-right: 30px;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #FFFFFF;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #8500a0;
  color: white;
}

.logo {
  padding: 0 15px !important;
}

.cheshirecat {
  width: 230px;
  margin-bottom: -20px;
}

.topnav svg {
  width: 48px;  
  margin-bottom: -5px;
  fill: #fff;
}

.topnav a:hover svg {
  fill: #222;
}

.topnav a.active svg {
  fill: #fff;
}

.container {
  margin-top: 10px;
  margin-left: 30px;
}


.image-area {
  border: 2px dashed rgba(255, 255, 255, 0.7);
  padding: 1rem;
  position: relative;
}

.image-area::before {
  content: 'Uploaded image result';
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.8rem;
  z-index: 1;
}

.image-area img {
  z-index: 2;
  position: relative;
}

.inline-quote,blockquote{
  text-align:left;
  float:left;
  width:100%;
  position:relative;
  
  padding:5px 70px 5px 20px;
  margin:20px 0 20px 14px;
  font-style:italic;
  color:#3a1062
}

.inline-quote:after,blockquote:after{
  position:absolute;
  
  width:14px;
  height:100%;
  content:"";
  top:0;
  left:-10px;
  color:#3a1062
}