@font-face {
  font-family: hexwolfFont_space;
  src: url("https://www.hexwolf.space/core/fonts/monsa/Saira/Saira-VariableFont_wdth,wght.ttf")
    format("truetype");
}
html,
body {
  font-family: hexwolfFont_space;
  margin: 0;
  padding: 0;
  background-color: transparent;
  overflow: hidden;
}
.hw_frame_main {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 10px;
  border: 1px solid rgba(0, 0, 0, 0.821);
  border-radius: 15px;
}
.hw_space_men_cont {
  position: relative;
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  z-index: 1000;
}
.hw_space_men {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: auto;
  height: auto;
  padding: 10px;
  background-color: rgba(13, 13, 13, 0.606);
  border: 1px solid rgb(8, 8, 9);
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
}
.hw_space_men a {
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 20px;
  width: 100px;
}
.hw_space_men a:hover {
  background-color: rgba(38, 37, 37, 0.795);
}
.hw_scroll {
  overflow-x: hidden;
  overflow-y: scroll;
}

.card_cont_holder {
  display: flex;
  flex-wrap: wrap;
}
.card_cont {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 450px;
  border: 1px solid rgb(28, 27, 27);
  border-radius: 15px;
  background-color: rgba(21, 21, 21, 0.858);
  margin: 10px;
  overflow: hidden;
}
.card_cont:hover {
  border: 1px solid rgba(2, 11, 254, 0.922);
}
.card_cont_top {
  align-items: center;
  justify-content: center;
  width: calc(100% - 10px);
  height: 30%;
  background-color: transparent;
  overflow: hidden;
}
.card_cont_top a {
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  color: rgb(255, 255, 255);
  padding: 8px;
  border-radius: 20px;
  width: 100px;
}
.card_cont_top a:hover {
  background-color: rgba(38, 37, 37, 0.795);
}
.card_cont_middle {
  width: 100%;
  height: 50%;
  border: none;
  margin: 0px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.card_cont_middle_frame {
  width: 100%;
  height: 100%;
  border: none;
}
.card_cont_bottom {
  width: auto;
  height: 20%;
  background-color: transparent;
  padding: 5px;
  overflow: hidden;
}
.margin {
  margin: 10px;
  padding: 3px;
}
