
body{
  background-color: #ffbd69;
}

.starting_page{
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  color: #c70039;
}

.starting_page h1{
  font-size: 5em;
  letter-spacing: .05em
}

.starting_page .options{
  width: 100%;
  float: left;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: bold;
}

.starting_page .options a{
  color: #c70039;
  text-decoration: none;
}

.starting_page .options select{
  height: 27px;
  background-color: #f37121;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px;
  padding: 2px 0;
  color: #111d5e;
  cursor: pointer;
}

.starting_page .options select:hover{
  background-color: #EB4848;
}

.starting_page .options input[type=text]{
  width: 150px;
  height: 27px;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px;
  padding: 2px 0;
  text-align: center;
  color: #111d5e;
}

.starting_page .options input[type=number]{
  width: 80px;
  height: 27px;
  background-color: #f37121;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px;
  padding: 2px 0;
  text-align: center;
  color: #111d5e;
}

.starting_page .options input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.starting_page .options input[type=number]:hover{
  background-color: #EB4848;
}

.starting_page .options input[type=button]{
   min-width: 100px;
   height: 30px;
   background-color: #f37121;
   font-size: 18px;
   font-weight: bold;
   border-radius: 5px;
   outline: none;
   border: 1px solid #111d5e;
   text-align: center;
   color: #111d5e;
   cursor: pointer;
}

.starting_page .options input[type=button]:hover{
  background-color: #EB4848;
}


/******************************************************************/


#game_page{
  display: none;
  width: 100%;
}

#card_area{
  width: 680px;
  float: left;
  margin-left: 50px;
  margin-right: auto;
  min-height: 100px;
  padding: 5px;
}

#card_area canvas{
  background-color: white;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  border-radius: 10px;
  cursor: pointer;
}

#card_area canvas:hover{
  box-shadow: 5px 5px 5px #864141;
}

#card_area div{
  float: left;
  width: 160px;
  height: 200px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

#game_data {
  float: left;
  width: 200px;
  min-height: 500px;
  margin-top: 10px;
}

#game_data h2{
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #c70039;
  margin-top: 15px;
  margin-bottom: 0px;
}

#game_data button{
  width: 190px;
  height: 30px;
  background-color: #f37121;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  outline: none;
  border: 1px solid #111d5e;
  text-align: center;
  color: #111d5e;
  cursor: pointer;
  margin-top: 5px;
}

#game_data button:hover{
  background-color: #EB4848;
}

#game_data #players_table{
  width: 100%;
  height: 30px;
  color: #111d5e;
  text-align: center;
  font-size: 20px;
}

#game_data #players_table .players_row:hover{
  cursor: pointer;
  text-decoration: underline;
}

#game_data #timer{
  width: 190px;
  height: 35px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #111d5e;
}

#game_data #message{
  margin-top: 10px;
  width: 100%;
  min-height: 20px;
  color: #c70039;
  text-align: center;
  font-size: 20px;
  border: 2px solid #c70039;
}



/******************************************************************/



#settings_page{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #c70039;
  display: none;
}

#settings_page h1{
  font-size: 3em;
  letter-spacing: .05em
}

#settings_page .options{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: bold;
}

#settings_page .options select{
  height: 27px;
  background-color: #f37121;
  font-size: 20px;
  border-radius: 5px;
  outline: none;
  border: 1px;
  padding: 2px 0;
  color: #111d5e;
  cursor: pointer;
}

#settings_page .options button{
 min-width: 100px;
 height: 30px;
 background-color: #f37121;
 font-size: 18px;
 font-weight: bold;
 border-radius: 5px;
 outline: none;
 border: 1px solid #111d5e;
 text-align: center;
 color: #111d5e;
 cursor: pointer;
}

#settings_page .options button:hover{
  background-color: #EB4848;
}

#settings_page table{
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

#settings_page table td, th {
  padding: 0 10px;
}
