.pokemon-characteristics {
    text-decoration: underline;
    font-weight: bold;
}

.pokemon-resume {
    background-color: #f0f0f0;
    border-style:solid;
    border-width: 1px;
    border-radius:10px
}

#button-div {
    margin-bottom:10px;
}

#page-header {
    text-align: center;
    align-content:center;
}

.start-page {
    background-color: #dbdbdb;
    margin-bottom: 10px;
}

.choose-you {
    display:none;
    margin-bottom:20px;
}

#congrate {
    text-align: center;
    margin-top: 20px;
    background-color:#7fffd4;
    border-style:solid;
    border-color: #78f8ce;
    display: none;
}