.center{
    display: flex;
    justify-content: center;
    align-items: center;
}

html,body{
    height: 100%; 
    width: 100%; 
    overflow: hidden; 
    background-color: #ffff00;
    color: #000000;
}

.div_logo{
    margin-left: 1.5%;
    margin-top: 1.5%;

}

.div_a1_grid{
    position: absolute;
    top:-5%;
    height: 90%;
    width: 100%;
    grid-template-columns: 33% 33% 33%;
    display: grid;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-style: italic;
}

.div_a2_grid{
    grid-column: 1/2;
    font-size: 24px;
    text-align: left;

}

.div_a3_grid{
    grid-column: 2/3;

}

.div_a4_grid{
    grid-column: 3/4;

    text-align: center;
    display: block;
}

.div_b1_category{
    width: 33%;
    height: 33%;
    font-size: 24px;
    text-align: center;

}

#weight{
    position: relative;
    top: 12.6%;
    opacity: 100%;
}

#diameter{
    position: relative;
    top:18.3%;
    opacity: 30%;
}
#thickness{
    position: relative;
    top: 24.3%;
    opacity: 30%;
}
#intotal{
    position: relative;
    top: 30.3%;
    opacity: 30%;
}

.div_b2_grid{
    display: grid;
    height: 100%;
    grid-template-rows: 75% 25%;
}

.div_c1_grid{
    grid-row: 2/3;
    display: grid;
    height: 100%;
    width: 100%;
    grid-template-columns: [c1] 41.6% [c2] 5.6% [c3] 13.1% [c4] 39.7%;
    grid-template-rows: [r2] 20% [r3] 20% [r4] 60%;
}
.div_c1_img{
    grid-row: 1/2;
    width: 100%;
    height: 100%;
}

#size_w{
    position: relative;
    margin-top: 30%;
    width: 142.45px;
    height: 190.14px;

}

.div_d1{
    grid-row: 1/2;
    grid-column: 2/3;

}

.div_d2{
    grid-row: 1/2;
    grid-column: 3/4;
    font-size: 24px;

}

.div_d3{
    grid-row: 2/3;
    grid-column: 2/3;

}

.div_d4{
    grid-row: 2/3;
    grid-column: 3/4;
    font-size: 24px;
}

#circle1{
    width: 18px;
    height: 18px;
    background: black;
    border: thin solid #000000;
    border-radius : 75px;
    margin-top:22%;

}

#circle2{
    width: 18px;
    height: 18px;
    background: #ffff00;
    border: thin solid #000000;
    border-radius : 75px;
    margin-top:22%;
    opacity: 30%;
}
#medal_info_num{
    font-size: 152px;
    margin-top: 50%;
}

#medal_info_measure{
    font-size: 30px;
    position: relative;

}

#textP{
    opacity: 30%;
}
