body {
  background-color: #562144;
}
main {
  color: white;
  margin: 5% 0;
}
h1 {
  text-align: center;
}
#poke-card { 
  height: 80%;
  width: 60%;
  background-color: white;
  color: black;
  margin: 5% auto;
  padding: 5%;
  border-radius: 25px;
  box-shadow: 10px 0 0 10px black;
  max-width: 400px;
  min-width: 340px;
}
#poke-search {
  height: 9%;
  width: 70%;
  margin: 0 auto;
}
label {
  font-size: 18px;
  margin-bottom: 2%;
}
#search-input {
  text-align: left;
  margin: 4% auto;
  font-size: 18px;
  width: 65%;
}
#search-button {
  border-radius: 5px;
  font-size: 18px;
}
#output {
  height: 90%;
  width: 90%;
  margin: 0 auto;
}
#top-card {
  height: 45%;
  width: 100%;
}
#pokemon-name-id {
  height: 15%;
  width: 100%;
  margin-top: 3%;
  font-size: 18px;
  font-family: Georgia;
  font-weight: bold;
  position: relative;
  top: 8%;
}
#size {
  height: 15%;
  width: 100%;
  font-size: 16px;
  font-family: Georgia;
  position: relative;
  top: 15%;
}
#poke-image {
  height: 55%;
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15%;
  margin-bottom: 3%;
}
#types {
  height: 10%;
  width: 45%;
  font-size: 16px;
  border: 3px solid #562144;
  background-color: #562144;
  color: white;
  text-align: center;
  font-family: Georgia;
  margin-top: 15%;
  margin-left: 1%;
}
#bottom-card {
  height: 52%;

}
#stats {
  font-size: 18px;
  height: 100%;
  width: 100%;
  text-align: center;
}
tbody {
  margin: 0%;
}
th {
  background-color: #562144;
  color: white;
  border: 2px solid white;
}
td {
  background-color: #562144;
  color: white;
  border: 2px solid white;
}