* {box-sizing: border-box}
 

body {
    font-family: "Noto Serif Display", serif !important;
    font-optical-sizing: auto;
    font-weight:weight;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }

html {
    margin: 0;
    padding: 0;
}

body {
    min-height: 100vh;
    background-color: #00123a;
}

main {
    width: 1024px;
}

.d-box .img-frame {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

h1 {
    color: #7bffff;
    border: 3px solid #333a4d;
    font-size: 50px;
    line-height: 1;
    text-shadow: 6px 3px 15px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
    padding-left: 55px !important;
    padding-right: 55px !important;
}

.container .content {
    z-index: 10;
    padding: 86px 66px;
}

.d-box {
    height: 600px;
}

div {
    color: #7bffff;
}

.position-text {
    top: 50px;
    left: 0;
    right: 0;
}

.span1 {
    font-size: 55px;
    font-weight: bold;
    line-height: 1;
    text-shadow: -4px 3px 13px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
}

.span2 {
    font-size: 20px;
    padding-top: 10px;
    line-height: 0;
}

.span4 {
    line-height: 0;
}

.span3 {
    padding-bottom: 17px;
    padding-left: 20px;
}

.iconpart {
    border: 3px solid #333a4d;
    height: 80px;
    width: 525px;
    margin-top: 35px;
}

.iconpart img {
    width: 27px;
    height: auto;
}

.col1 {
    margin: 10px;
}

.col2 {
    margin: 10px;
}

.col3 {
    margin: 10px;
}

.bi {
    padding: 10px;
    font-size: 25px;
}

.glow {
    text-shadow: -4px 3px 13px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
    font-weight: bold;
    line-height: 0;
    font-size: 17px;
    padding-top: 8px;
}

.bar {
    text-shadow: -4px 3px 13px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
    font-weight: bold;
    border: 2px solid #7bffff;
    margin-left: 40px;
    margin-right: 29px;
    height: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 125px;
    margin-top: -4px;
}

.num1 {
    padding-right: 25px;
    justify-content: flex-end;
    font-size: 12px;
    font-weight: bold;
}

.bar2 {
    text-shadow: -4px 3px 13px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
    font-weight: bold;
    border: 2px solid #7bffff;
    margin-left: 40px;
    margin-right: 25px;
    height: 10px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    padding-left: 125px;
    padding-top: 5px;
    margin-top: -4px;
    
}

.num2 {
    padding-right: 25px;
    font-size: 12px;
    font-weight: bold;
}

.glow2 {
    text-shadow: -4px 3px 13px rgba(192, 238, 254, 1);
    text-decoration-color: #7bffff;
    font-weight: bold;
    line-height: 0;
    font-size: 17px;
    padding-top: 10px;
}

.glow3 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 5px;
}

.IG {
    margin-left: 15px;
}

.last {
    border: 3px solid #333a4d;
    height: 135px;
    width: 525px;
    margin-top: 20px;
    justify-content: space-evenly;
}

.last img {
    width: 27px;
    height: auto;
}

.sid {
    padding-left: 0;
    padding-right: 45px;
}

ul {
    list-style: none;
}

.last span {
    font-weight: bold;
    padding-left: 7px;
}

.last .mg {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*
for media
*/
main {
    max-width: 100%;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .iconpart, .last {
        flex-direction: column;
        align-items: center;
    }

    .d-box {
        margin-bottom: 2rem;
    }

    h1 {
        font-size: 1.5rem;
    }

    .span1 {
        font-size: 2rem;
    }

    .iconpart img,
    .last img {
        width: 20px;
    }

    .bar, .bar2 {
        margin-left: 10px;
        padding-left: 50px;
        width: 100%;
    }
}
