@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600&family=Roboto+Condensed:wght@300;400;700&display=swap");
body,
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #4b4453;
}

a {
  text-decoration: none;
}

.my_data .card {
  border: 0px;
  padding: 12px 18px;
  box-shadow: rgba(50, 50, 93, 0.2) 0px 6px 12px -2px, rgba(0, 0, 0, 0.2) 0px 3px 7px -3px;
  background: #312d36;
  color: #a77ce4;
  display: flex;
  height: 100%;
}
.my_data .card_img {
  margin-bottom: 16px;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.my_data .card_body {
  padding-inline: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.my_data .card_body a {
  color: #00c0ff;
}
.my_data .card_body .links_flex {
  grid-gap: 18px;
}
.my_data .card_body .card_down_link, .my_data .card_body .card_game_moreInfo {
  background: #00a98e;
  padding: 6px 33px;
  color: white;
  border-radius: 6px;
}
.my_data .card_content {
  margin-bottom: 14px;
}
.my_data .card_title {
  font-family: var("Kanit", sans-serif);
  font-weight: 600;
}
.my_data .col-md-4 {
  margin-bottom: 24px;
}
.my_data .card_game_type, .my_data .card_game_form, .my_data .card_game_publisher, .my_data .card_game_release, .my_data .card_game_made {
  margin-bottom: 4px;
}/*# sourceMappingURL=index.css.map */