* {
  box-sizing: border-box;
}

body {
  font: 14px/20px "Lato", Arial, sans-serif;
  color: #9E9E9E;
  padding-top: 2%;
}

.button_area {
    min-height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}

.button {
	width: 50%;
}

.card {
  background: white;
  width: 300px;
  display: inline-block;
  margin: auto;
  border-width: 0 !important;
  border-radius: 19px;
  position: relative;
  text-align: center;
  box-shadow: -1px 15px 30px -12px black;
  z-index: 9999;
}

.card_container {
  margin: auto;
  width: 100%;
  text-align: center;
}

.card_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  width: 25%;
}

.card_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.card_list {
  padding: 20px;
  margin-bottom: 10px; 
  font-size: 20px;
}

.card_text {
  line-height: 1.5;
}

.card_icon {
  width: 8%;
  margin-right: 2%;
}

.player_image {
  position: relative;
  height: 230px;
  margin-bottom: 35px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/195612/barbarian-bg.jpg');
  img {
    position: relative; 
	width: 235px;
  }
}

.player_start {
  color: #EC9B3B;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 3px;
}

.player_name {
  font-size: 26px;
  color: black;
  font-weight: 900;
  margin-bottom: 5px;
}

.event_cards {
  background: #EC9B3B;
  color: white;
  font-weight: 700;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  
  width: 100%;
  padding: 20px 15px;
  border-right: none;
}

.event_card_list {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.event_title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

.start_game_button {
  background-color: #222c36;
  color: white; 
  border: none;
  padding: 1.5%;
  width:40%; 
  border-radius: 8px;
  margin-bottom: 2%;
}
