@import url('fonts/trixfonts.css');

html {
  padding: 0;
  margin: 0;
  cursor: url('../../assets/images/ttcursor.png'),auto;
}
body {
  color: #ffffff;
  box-shadow: inset 0 0 0 100vmax rgba(0, 0, 0, 0.5), 0 0 0 100vmax rgba(0, 0, 0, 0.5);
  background: #000000 url("../../assets/images/trixsitebg.png");
  background-repeat: no-repeat;
  align-items: center;
  text-align: center;
}
a {
  color: #ffffff;
  font-size: 30px;
  align-items: center;
  text-align: center;
}
div {
  height: 1000;
  width: 936;
  border: solid #ffffff;
  margin: -10px auto;
  text-align: top;
  vertical-align: top;
  background: rgba(10, 10, 10, 0.7);
}
hr {
  color: #ffffff;
  font-size: 30px;
  height: 2px;
  background: white;
  align-items: center;
  text-align: center;
}
.buttonsolid {
  color: #333333;
  border: none;
  text-decoration: none;
}
.buttonsolid:hover {
  color: #555555;
  border: none;
  text-decoration: none;
}
.button:hover {
  color: #2ECF38;
  border: none;
  text-decoration: none;
}
.button:active {
  color: #2EFF00;
  border: none;
  text-decoration: none;
}
