body {
    font-family: Verdana, sans-serif;
    background-color: pink;
    margin: 0;
}

h1 {
    text-align: center;
}

h2 {
    text-align: center;
}

table, th, td {
    border-radius: 10px;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

table {
    background-color: rgb(202, 82, 122);
}

th {
    color: white;
    padding: 5px;
}

td {
    background-color: white;
    padding: 5px;
    text-align: left;
}

li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.main {
    background-color: white;
    width: 860px;
    margin: auto;
    padding: 40px;
}

.pokeinfobox {
    color: black;
    background-color: pink;
    border: 2px solid black;
    border-radius: 10px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    width: 700px;
}

.maininfoleft {
    float: left;
    width: 60%;
    height: 410px;
}

.maininforight {
    float: left;
    width: 40%;
    height: 410px;
}

.nickname {
    font-size: 2em;
    display: inline;
}

.level {
    font-size: 1.5em;
    font-style: italic;
    display: inline;
    float: right;
    margin-top: 0.5em;
}

.movename {
    font-size: 1.5em;
    display: inline-block;
}

.pokepicture {
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;
    width: 256px;
    height: 256px;
    padding: 10px;
    margin-top: 10px;
}

.pokepicture img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.statbonustable {
    text-align: center;
}

.hp-pp-bar {
    color: white;
    text-align: center;
}

.movedescription {
    background-color: white;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    width: auto;
}