@import url('fonts/acefonts.css');

html {
  padding: 0;
  margin: 0;
  cursor: url('../../assets/images/acefoxos.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/acefoxwebsitebg.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  align-items: center;
  text-align: center;
}
table,
th {
  padding: 0;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}
a {
  color: #c9d0db;
  font-size: 26px;
  align-items: center;
  text-align: center;
  text-decoration: none;
}
td {
  border-left: none;
  border-spacing: 0;
  padding: 0;
}
li {
  text-align: left;
  align-items: left;
  margin: auto;
}
.crop {
  width: 200px;
  height: 150px;
  overflow: hidden;
}
.crop img {
  width: 400px;
  height: 300px;
  margin: -75px 0 0 -100px;
}
div {
  height: 366;
  width: 926;
  border: solid #ffffff;
  border-bottom: none;
  margin: -10px auto;
  text-align: center;
  vertical-align: top;
  background: rgba(10, 10, 10, 0.7);
  padding: 0;
}
hr {
  color: #ffffff;
  font-size: 30px;
  height: 2px;
  background: #ffffff;
  align-items: center;
  text-align: center;
}
.button:hover {
  color: #fbf6b6;
  border: none;
  text-decoration: none;
}
.button:active {
  color: yellow;
  border: none;
  text-decoration: none;
}
.buttoninfo {
  color: yellow;
  border: none;
  text-decoration: none;
}
.buttoninfo:hover {
  color: #2ECF38;
  border: none;
  text-decoration: none;
}
