@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


body {  
      background-image: url("https://www.transparenttextures.com/patterns/stardust.png");  
      background-color: black;  
      color: black;  
      font-family: "Ubuntu";  
      cursor: url('https://cur.cursors-4u.net/cursors/cur-2/cur101.cur'), auto;  
    }  a {  
  color: #00ffff;  
  text-decoration: underline;  
}  

a:hover {  
  color: #ff00ff;  
  background-color: rgba(255, 255, 255, 0.1);  
}  

h1, h2 {  
  color: #ffff00;  
  text-shadow: 2px 2px #ff00ff;  
  letter-spacing: 1px;  
}  

table {  
  border: 3px ridge #33ccff;  
}  

td {  
  font-size: 14px;  
}  

.content-box {  
  background-color: #111;  
  border: 2px inset #555;  
  padding: 10px;  
  margin-top: 20px;  
  box-shadow: 0 0 20px #00ffff55;  
}  

.menu-box {  
  background-color: #222;  
  background-image: url(images/star-back1.JPG);  
  color: #00ffcc;  
  font-family: Verdana, Geneva, sans-serif;  
}  

.gif-corner {  
  position: fixed;  
  bottom: 5px;  
  left: 5px;  
  z-index: 999;  
}  

marquee {  
  color: #ffcc00;  
  font-size: 18px;  
  font-weight: bold;  
  background-color: #000080;  
  padding: 5px;  
  border: 2px dashed #ffff00;  
  text-shadow: 1px 1px 0px #000;  
}
