
html {
    cursor: url(pointer.png), default;
  }

body {
  background: url(aibc.jpg); 
  background-size: cover;
  color: #330e20;
  font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
} 

@font-face {
  font-family: "AnonymousPro";
  src: url("https://silkworm-moth.neocities.org/AnonymousPro-Regular.ttf") format("truetype");
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
    scrollbar-color: #bf8ea6 #805268;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 16px;
  }

  *::-webkit-scrollbar-track {
    background: #805268;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #bf8ea6;
    border-radius: 12px;
    border: 2px dashed #805268;
  }

table {
    border-spacing: 7px;
}

td {
  background-color: rgba(128, 82, 104, 0.6);
   border-style: dashed;
   border-width: 2px;
   border-color: #54223a;
   padding: 2em 2em;
   font-size: 1em;
}

a {
    font-family: "AnonymousPro", "Trebuchet MS", "Verdana";
    font-size: 1.1em;
    color: #4f1c41;
    cursor: url(pointer2.png), default;
   } 
   
 ul {
  padding: 0;
  width: 100%;
}

li {
  display: inline;
}

.t1 {
   font-size: 1em;
}

.t3 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 12em;
  text-align: center;
  line-height: 3;
  color: #330e20;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
   font-size: 1.2em;
}

li:last-child .t3 {
  margin-right: 0;
}

.t3:link, .t3:visited, .t3:focus {
  background: #bf8ea6;
}

.t3:hover {
  background: #a6768d;
}

.t3:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}


.t4 {
  outline: none;
  text-decoration: none;
  display: inline-block;
  width: 16em;
  text-align: center;
  line-height: 3;
  color: #330e20;
  border-style: dashed;
   border-width: 2px;
   border-color: #8a4675;
   font-size: 1.1em;
}

li:last-child .t4 {
  margin-right: 0;
}

.t4:link, .t4:visited, .t4:focus {
  background: #bf8ea6;
}

.t4:hover {
  background: #a6768d;
}

.t4:active {
  background: black;
  color: #bf8ea6;
  border-color: #bf8ea6;
}
  
  
  
