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


.info {
    margin-left: auto;
    margin-right: auto;
     width:30%;   
    font-size: 18px;
}


.pokeball {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.typeart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  bottom:650px;
  right:60px;
}



.update {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  width:500px;
  height:400px;
  bottom:900px;
  right:100px;
}


.typechart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position:relative;
  bottom:260px;
  right:70px;
}


label {
display: block;
margin: 5px 0;
}


select {
  background-color: white;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
   padding: 10px 10px;
}


input[type=text] {
  background-color: white;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
   padding: 10px 10px;
}

input[type=submit] {
  background-color: white;
  border: thin solid black;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  padding: 10px 10px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #191970;
  color: white;
}

#pkmn {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
}

#pkmn td{
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  background-color: white;
}



ul.a {
  list-style-type: none;
}


#pkmn tr:hover{
  background-color: #ddd;
}


#pkmn th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #191970;
  color: white;
}


* {
 font-family: "Press Start 2P";
 font-weight: normal;
}


.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.link {
  background-color: #191970;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: thin solid black;
  border-radius: 4px;
}

.topnav a:hover {
  background-color: #ddd;
  color: blue;
}


