body{
  background-image: url(img/background.png);
  background-repeat: no-repeat;
  background-size: cover;
}

th {
  border: solid 3px;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  background-color: aliceblue;
  user-select: none;
}

table{
  margin-left: 15%;
  margin-right: 15%;
  padding: 0%;
  width: 50%;
  border: solid 0px;
  border: solid 0px;
}

#card_table{
  width: 40%;
  margin-left: 20%;
  margin-right: 15%;
}

#god_table{
  width: 60%;
  margin-left: 5%;
  margin-right: 15%;
}

div{
  margin: 0%;
  padding: 0%;
  width: auto;
  height: 50%;
  display: flex;
}

.card_th{
  width: 10%;
  height: 100px;
  border-radius: 10px;
  font-size: 200%;
}

.god_th{
  width: 20%;
  height: 150px;
  border-radius: 10px;
  font-size: 200%;
}

#explanation_th{
  border: solid 0px;
  height: auto;
  background:none;
}

#god_th{
  height: 200px;
  text-align: left;
}

#money_table{
  width: 30%;
  margin-top: 2%;
  margin-left: 2%;
  margin-right: 2%;
}

.have_money_th{
  width: 5%;
  height:50px;
  font-size: 150%;
}

.use_money_th{
  width: 5%;
  height: auto;
}

.use_money_select{
  width: 90%;
  height: 50px;
  font-size: 150%;
}

.use_button_th{
  width: 1%;
  height: auto;
  border: solid 0px;
  background: none;
}

.use_button_input{
  padding: 0%;
  width: 100%;
  height: 80px;
  font-size: large;
}

#player_card_table{
  margin-top: 2%;
  margin-left: 0%;
  margin-right: 0%;
}

.player_card_th{
  width: 15%;
  height:80px;
  border-radius: 5px;
  font-size: 150%;
}



