body {
    background-color: lightblue;
    text-align: center;
}

.text {
    display: inline;
}

#type, #matchup, .text {
    font-family: Verdana;
    font-size: 28px;
}

select:disabled {
    color: black;
    opacity: 1;
    border-color: rgba(118, 118, 118);
}

#top_box0 {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
}

h1 {
    font-size: 28px;
    font-family: Verdana;
    margin-top: 0px;
    text-decoration: underline;
}

#top_box1 {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

#results_found_box {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.results_found {
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    display: inline;
}

#results_box {
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 10px;
    font-family: Verdana;
    font-size: 20px;
}

#page_navigation_box {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

label {
    font-size: 15px;
    font-family: Verdana;
}

button {
    margin-right: 20px;
}

.pokemon_name {
    display: inline;
}

.pokemon_type {
    display: inline;
    color: royalblue;
}

.page_x_of_y {
    font-family: Verdana;
    font-size: 20px;
    display: inline;
    color: navy;
}

.current_page {
    display: inline;
    font-family: Verdana;
    font-size: 20px;
    font-weight: bold;
    color: darkred;
    text-decoration: underline;
    user-select: none;
}

.page_number {
    display: inline;
    font-family: Verdana;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.asterisk {
    display: inline;
    font-weight: bold;
    color: mediumblue;
}

.page_nav_text {
    display: inline;
    font-family: Verdana;
    font-size: 20px;
}

#previous_page, #next_page {
    font-family: Verdana;
    display: inline;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}

.return {
    font-family: Verdana;
    font-weight: bold;
    margin-top: 25px;
}
