* {
  cursor: url('img/starcurs.png'), auto;
}

a {
  color: #ff69b4;
  text-decoration: none;
}

a:hover {
  animation: bounce 0.4s ease infinite alternate;
  display: inline-block;
}

@keyframes bounce {
  from { transform: translateY(0); }
  to   { transform: translateY(-4px); }
}

#statuscafe {
  padding: .5em;
  background-color: white;
  border: none;
  font-family: Georgia, serif;
  font-size: 12px;
  color: #888888;
  line-height: 1.6;
}
#statuscafe-username {
  margin-bottom: .5em;
  color: #ff69b4;
  font-weight: bold;
}
#statuscafe-content {
  margin: 0 1em 0.5em 1em;
  color: #888888;
}
#statuscafe a {
  color: #ff69b4;
}



::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #ffd6ea;
}
::-webkit-scrollbar-thumb {
  background: #fff4bd;
}
::-webkit-scrollbar-thumb:hover {
  background: #fff3b3;
}
