h1 {
    margin-block-start: 0;
    margin-block-end: 0;
    font-weight: 300;
    font-size: 32px;
    z-index: 999;
}


.Wrapper-Single-Card {
    width: 100%;
    height: calc(100dvh + -87px);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}


.Single-Poke-Card {
    width: clamp(280px, 100%, 350px);
    border-radius: 24px;
    box-sizing: border-box;
    font-size: 12px;
    /* position: fixed;
    top: calc(50% - 332px);
    left: calc(50% - 175px); */
    z-index: 1;
}


.Head-Icon {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    color: white;
}


.Head-Icon img {
    width: 20px;
    aspect-ratio: 1/1;
    cursor: pointer;
}


.Head-Infos {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}


.Types {
    display: flex;
    gap: 6px;
}


.Types p {
    margin: 0;
}


.Head-Left {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}


.Poke-Img {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 170px;
}


.Poke-Img img {
    width: 256px;
    position: absolute;
    bottom: -20px;
    aspect-ratio: 1/1;
}


.More-Information {
    background-color: #fff;
    width: 100%;
    padding: 0 !important;
    border-radius: 24px;
}


.Categorys {
    padding-top: 32px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}


.divider {
    height: 2px;
    width: 93%;
    background-color: lightgray;
    margin: 0 auto;
}


.About {
    display: flex;
    gap: 14px;
    flex-direction: column;
    padding: 12px;
    height: 300px;
}


.Pokemon-Info {
    display: flex;
    gap: 75px;
    align-items: center;
}


.Info-Left {
    width: 16%;
    color: rgba(0, 0, 0, 0.5);
}


.gender img {
    width: 20px;
    aspect-ratio: 1/1;
    text-align: center;
}


.arrows {
    position: relative;
}


.doubleArrow {
    height: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    right: -17px;
    top: -150px;
    cursor: pointer;
}


.doubleArrowLeft {
    transform: scaleX(-1);
    height: 48px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    top: -150px;
    cursor: pointer;
}


.Type-Border {
    font-size: 11px;
    /* border: 1px solid white; */
    padding: 0px 0px;
    /* border-radius: 10px; */
}


ul {
    margin: 0;
}


.evolution-image {
    aspect-ratio: 1/1;
    width: 96px;
}


.flex-row {
    flex-direction: row;
    justify-content: center;
}


.About:first-child {
    position: relative;
    top: 25%;
    text-align: center;
}


.first {
    text-align: center;
}


.active {
    text-decoration: underline;
    text-underline-offset: 13.5px;
    text-decoration-thickness: 3.5px;
}


.arrow2 {
    width: 24px;
    height: 24px;
    transform: rotateZ(-45deg);
    position: relative;
    top: 45%;
}


.arrow1 {
    width: 24px;
    height: 24px;
    transform: rotateZ(-45deg);
    position: relative;
    top: 77%;
}


.small-FS {
    font-size: 10px;
    text-align: center;
}


.evolution0 {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.evolution1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.evolution2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

canvas {
    margin: 0 auto;
}


.noGap {
    gap: 0;
}


.Stat-Mobile {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    height: 25px;
}


.Info-Left.Stat-Name {
    width: 85px;
    margin-right: 10px;
}


.Stat-Value {
    width: 20px;
    margin-right: 10px;
}


.Progress-Bar {
    flex-grow: 1;
    background-color: #e0e0e0;
    height: 12px;
    border-radius: 10px;
    overflow: hidden;
}


.stat-fill {
    height: 100%;
}


.stat-fill.green {
    background-color: #3FA129;
}


.stat-fill.red {
    background-color: #E6282A;
}