body {
  font-size: 16px;
  cursor: url(), auto;
}

@font-face {
  font-family: "header";
  src: url("fonts/RomanceA.ttf");
}

::selection {
  background-color: #fceef5;
  color: #490875;
}

a {
  text-decoration: none;
  color: #ff99cc;
}

a:hover {
  text-decoration: underline;
  color: #3b3849;
}

i {color: #ff77e2;}

p {
  color: #3b3849;
  margin: 0px;
  margin-bottom: 8px;
  text-align: center;
}

b {
  color: #ff99cc;
}


h1 {
  font-family: "header";
  text-transform: lowercase;
  color: #806d53;
  font-size: 20px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 5px;
}

h2 {
  font-family: "header";
  font-size: 16px;
  text-transform: ;
  text-align: center;
  letter-spacing: 3px;
  color: #806d53;
  margin-top: 3px;
  margin-bottom: 3px;
}

h3 {
  font-family: "header";
  font-size: 14px;
  text-transform: ;
  text-align: left;
  letter-spacing: 4px;
  color: #806d53;
}

iframe {
  font-size: 12px;
  border: none;
  width: 100%;
  height: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 4px;
}

/* Scrollbar styles */
::-webkit-scrollbar {
  width: 10px;
  height: 12px;
  background: #fceef5;
}

::-webkit-scrollbar-track {
  background: #fceef5;
  opacity: 0.5;
  border-radius: 0px;
  width: 0px;
  border: 1px solid #fceef5;
}

::-webkit-scrollbar-thumb {
  background: #ffd7f7;
  border: 1px solid #ff99cc;
  border-radius: 5px;
}
