* {
    margin: 0;
    padding: 0;
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/JUMPERPERSONALUSEONLY-BLACK.TTF");
    font-family: "Jumper PERSONAL USE ONLY Black";
}

@font-face {
    src: url("https://willdotjpg.gay/fonts/JUMPERPERSONALUSEONLY-REGULAR.TTF");
    font-family: "Jumper PERSONAL USE ONLY Regular";
}

body {
    background-image: url("https://willdotjpg.gay/images/backgrounds/bg-dot3-gr1%20(1).gif");
}

.main {
    width: 900px;
    height: 900px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-top-right-radius: 100px;
    box-sizing: border-box;
    border: 2px solid #000;
}

.nameline {
    width: 850px;
    height: 846px;
    position: absolute;
    background-color: #b7ec88;
    border-top-right-radius: 100px;
    margin-top: 50px;
    padding: 5px;
    box-sizing: border-box;
}

.name {
    width: 800px;
    height: 43px;
    align-content: center;
    font-family: "Jumper PERSONAL USE ONLY Black";
    font-style: italic;
    font-size: 20px;
    box-sizing: border-box;
    text-shadow:
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
}

.info {
    width: 800px;
    height: 796px;
    position: absolute;
    background-color: #fff;
    border-top-right-radius: 100px;
    margin-top: 100px;
    padding: 10px;
    box-sizing: border-box;
}

.imagebg {
    background-image: url("https://willdotjpg.gay/images/backgrounds/hexagon014.png");
    width: 300px;
    height: 300px;
}

.image {
    width: 300px;
    height: 300px;
    border: 2px solid #b7ec88;
    box-sizing: border-box;
    background-image: url("https://www.pokemon.com/static-assets/content-assets/cms2/img/pokedex/full/709.png");
    background-size: contain;
}

.basics {
    width: 400px;
    height: 113px;
    margin-top: -302px;
    margin-left: 320px;
}

.trait {
    font-family: "Jumper PERSONAL USE ONLY Regular";
    font-style: italic;
    font-size: 25px;
    text-shadow:
        -2px -2px 0 #b7ec88,
        2px -2px 0 #b7ec88,
        -2px 2px 0 #b7ec88,
        2px 2px 0 #b7ec88;
}

.answer {
    font-family: "Jumper PERSONAL USE ONLY Regular";
    color: #b7ec88;
    font-size: 25px;
}

.hr {
    width: 300px;
    height: 2px;
    background-color: #b7ec88;
    margin-left: 360px;
    margin-top: 10px;
}

.sads {
    width: 400px;
    height: 167px;
    margin-left: 320px;
    margin-top: 10px;
}

.stats {
    font-family: "Jumper PERSONAL USE ONLY Regular";
    color: #b7ec88;
    font-size: 35px;
    text-shadow:
        -2px -2px 0 #000,
        2px -2px 0 #000,
        -2px 2px 0 #000,
        2px 2px 0 #000;
}

.answer2 {
    font-family: "Arial Black";
    color: #000;
    font-size: 35px;
    text-shadow:
        -2px -2px 0 #b7ec88,
        2px -2px 0 #b7ec88,
        -2px 2px 0 #b7ec88,
        2px 2px 0 #b7ec88;
    line-height: 0;
}

.attacks {
    width: 750px;
    height: 465px;
    border: 2px solid #b7ec88;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: auto;
}

.attackname {
    width: 400px;
    height: 50px;
    background-color: #b7ec88;
    font-family: "Jumper PERSONAL USE ONLY Black";
    font-style: italic;
    font-size: 30px;
    align-content: center;
    padding: 5px;
    box-sizing: border-box;
}

.power {
    color: #fff;
    font-family: "Arial Black";
    font-size: 30px;
    font-style: normal;
}

.attackinfo {
    width: 500px;
    height: 70px;
    background-color: #eaeaea;
    border: 2px solid #767676;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 30px;
    margin-top: 5px;
    font-family: "Jumper PERSONAL USE ONLY Regular";
    font-style: italic;
    font-size: 18px;
    align-content: center;
    padding: 10px;
    box-sizing: border-box;
}
