* {
  cursor: url('sitecursornew.png'), auto;
}

a * {
  cursor: url('sitecursornewact.png'),auto;
}

@font-face {
  font-family: bit3;
  src: url('fonts/Bit3.ttf');
}

body {
  font-family: 'bit3', sans-serif;
  margin: 0;
  background-image: url('tiles/comp016.gif');
}

.indexbutton {
  position: fixed;
  top: 10px;
  left: 10px;  
  width: 50px;
  padding: 5px;
  background-color: #8929FF;
  border-radius: 5px;
  border-width: 4px 5px 5px 4px;
  border-style: solid;
  border-color: #D8B8FF #4900A3 #4900A3 #D8B8FF;
  text-align: center;
}

a {
  text-decoration: none;
  color: #14FF00;
  font-size: 20px;
}

a:hover {
  cursor: url('sitecursornewact.png'), auto;
  color: #14FF00;
  font-size: 20px;
  text-decoration: underline;
  font-weight: bold;
}

#underconstruction {
  margin: 5px;
  text-align: center;
}

.container {
  width: 700px;
  padding: 15px;
  border-radius: 5px;
  background-color: #14FF00;
  margin: auto;
}

#image {
  text-align: center;
}

.message {
  background-color: #BCFF1A;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
}

h1 {
  font-size: 40px;
}

p {
  font-size: 20px;
}

#footer {
  margin: auto;
  text-align: center;
  color: #FFFFFF;
  background-image: url('tiles/raindrops.webp');
  padding-top: 10px;
  padding-bottom: 10px;
  width: 200px;
}
