html, body {
  margin: 0px;
  padding: 10px;
  background: #F4F8FF;
  font-family: 'lato', Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #3b3477;
  cursor: url('https://64.media.tumblr.com/f4dc10a1d946a74b30865b0aba74bab0/tumblr_inline_mv6m8cAB8U1r63cto.gif'), auto;
  scrollbar-width: thin;
  scrollbar-color: #a9cafc #a9cafc;
}

/* Basic Stlings */

/* Standard syntax */
::selection {
  background-color: #E8E2FF; /* The highlight color */
  color: #3b3477;            /* The text color */
}

/* For Firefox support */
::-moz-selection {
  background-color: #E8E2FF;
  color: #3b3477;
}

/* Chrome, Edge, Safari scrollbar */
::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: #ced8ff;
	border-radius: 999px;
}

::-webkit-scrollbar-thumb {
	background: #dbe6f9;
	border-radius: 999px;
	border: 2px solid #f3e8fb;
}

::-webkit-scrollbar-thumb:hover {
	background: #dbe6f9;
}

a:link,
a:visited,
a:active {
	color: #499657;
	cursor: normal;
	text-decoration: none;
  transition: color 0.3s ease-in-out;
  cursor: url("https://64.media.tumblr.com/f4dc10a1d946a74b30865b0aba74bab0/tumblr_inline_mv6m8cAB8U1r63cto.gif"), pointer;
}

a:hover {
	color: #888;
	text-decoration: underline;
}

b {
  font-family: calibri;
	font-weight: 600;
  color: #655CB0;
	font-style: normal;
}

i {
	color: #8DB9FB;
	letter-spacing: 1px;
	font-family: monospace;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

u {
	text-decoration: none;
	font-style: italic;
  color: #7B69BB;
}

h1 {
  font-family: "Pixelify Sans", sans-serif;
  color: #29599b;
  display: block;
  padding: 4px 3px 3px 12px;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #8DB9FB;
  border-radius: 12px;
  border-bottom: 3px solid #6b9ce5;
}

h2 {
  font-family: "Pixelify Sans", sans-serif;
  color: #2e4591;
  display: block;
  padding: 4px 3px 3px 12px;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #A9B9FB;
  border-radius: 12px;
  border-bottom: 3px solid #8da1ef;
}

h3 {
  font-family: "Pixelify Sans", sans-serif;
  color: #5c4aad;
  display: block;
  padding: 4px 3px 3px 12px;
  font-weight: 300;
  font-style: normal;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #C5B7FB;
  border-radius: 12px;
  border-bottom: 3px solid #a695ed;
}


  blockquote {
  position: relative;
  margin: 18px 0;
  padding: 18px 16px 16px 56px;
  background: linear-gradient(to bottom, #f8f6ff, #ece8ff);
  border: 1px solid #b9a8f2;
  border-radius: 14px;
  color: #4b4780;
  font-size: 14px;
  line-height: 1.7;
  box-shadow:
    3px 3px 0 #cfc3ff,
    inset 0 0 0 1px rgba(255,255,255,0.65);
}

blockquote {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  margin: 10px 0;
  padding: 20px 18px 18px 60px;
  background: #f4f1ff;
  border: 1px solid #b7a3ef;
  border-radius: 16px;
  color: #514982;
  font-size: 12px;
  line-height: 1.7;
  box-shadow:
    0 0 0 2px #ffffff inset,
    4px 4px 0 #d8ccff;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 32px;
  height: 32px;
  background: url("http://img.photobucket.com/albums/v252/shaquanda/dumpitydump/pixelwixel/1789.gif") no-repeat center center;
  background-size: 32px 32px;
  image-rendering: pixelated;
}

blockquote::after {
  content: "✦ ✧ ✦";
  position: absolute;
  right: 12px;
  bottom: 8px;
  font-size: 10px;
  letter-spacing: 2px;
  color: #b19cff;
}

blockquote p {
  margin: 0;
}

button,
.buttonstyle,
.buttonstyle:link,
.buttonstyle:visited {
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(to bottom, #dceaff, #c7dcff);
  border: 1px solid #90B9FB;
  border-radius: 14px;
  color: #4866a8;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  line-height: 1;
  box-shadow:
    0 0 0 2px #ffffff inset,
    3px 3px 0 #b9d2ff;
  transition: 0.2s ease-in-out;
  cursor: pointer;
  margin:10px;
}

button:hover,
.buttonstyle:hover {
  background: linear-gradient(to bottom, #e8f2ff, #d4e4ff);
  color: #35538f;
  text-decoration: none;
  transform: translateY(1px);
  box-shadow:
    0 0 0 2px #ffffff inset,
    2px 2px 0 #b9d2ff;
}

button:active,
.buttonstyle:active {
  background: linear-gradient(to bottom, #c7dcff, #b7d1ff);
  transform: translateY(2px);
  box-shadow:
    0 0 0 2px #ffffff inset,
    1px 1px 0 #b9d2ff;
}

textarea {
  width: 100%;
  min-height: 100px;
  padding: 8px 16px;
  background: #eef1ff;
  border: 1px solid #A9B9FB;
  border-radius: 16px;
  color: #4f5d9a;
  font-family: 'Lato', Arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  box-sizing: border-box;
  box-shadow:
    0 0 0 2px #ffffff inset,
    4px 4px 0 #cfd8ff;
      resize: vertical;
  outline: none;
  margin-top: 10px;
}


textarea:focus {
  background: #f6f8ff;
  border-color: #8fa3f1;
  box-shadow:
    0 0 0 2px #ffffff inset,
    4px 4px 0 #cfd8ff,
    0 0 0 3px rgba(169, 185, 251, 0.2);
}

textarea::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

textarea::-webkit-scrollbar-track {
  background: transparent;
}

textarea::-webkit-scrollbar-thumb {
  background: #a9b9fb;
  border-radius: 999px;
  border: none;
}

textarea::placeholder {
  color: #7f8fc8;
  font-style: italic;
}

code {
  display: inline-block;
  background: linear-gradient(to bottom, #f6f3ff, #ece8ff);
  color: #655cb0;
  border: 1px solid #b7a3ef;
  border-radius: 10px;
  padding: 4px 7px;
  font-family: monospace;
  font-size: 11px;
  box-shadow:
    0 0 0 1px #ffffff inset,
    2px 2px 0 #ddd4ff;
  margin: 6px 0 10px 0;
}

ul, li {
  list-style-image: url("http://i122.photobucket.com/albums/o260/mhilka/minigifs/heart2_2.gif");
}