body{
    padding-top: 5%;
}

.main-container{
    border: 1px  solid #ddd;
    width: 50%;
    margin: 0 auto 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    
}

.container{
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 0 auto 0 auto;

}
label{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}
input{
    height: 34px;
    border-radius: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
}
button{
    height: 40px;
    border-radius: 15px; 
}
.info{
    width: 30%;
    margin: 0 auto 0 auto;  
}
.pokemon-info{
    display: flex;
    justify-content: space-around; 
}
.extra-info{
    display: flex;
    justify-content: space-around; 
}
.type{
    width: 30%;
    margin: 0 auto 0 auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
}
img{
    margin: 0 auto 0 auto;
    width: 150px;  
}
.stats{
    width: 60%;
    margin: 0 auto 0 auto; 
}
table{
    border: 1px  solid #ddd;
    width: 80%;
    margin: 0 auto 0 auto;
}
th{
    border: 1px  solid #ddd;
      
}
td{
    border: 1px  solid #ddd;
    
}
.types{
    font-size: 16px;
    font-weight: 400;
    display: flex;
}