.container {
    max-width: 800px;
    margin: 0 auto;
}

.header {
    background: #3B4996;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.header h1 {
    font-size: 18px;
}

.mv img {
    width: 100%;
    object-fit: contain;
}

.speed-area {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.speed-area .btn {
    background: #D14242;
    color: #fff;
    border-radius: 28px;
    margin: 20px auto;
    width: 138px;
    padding: 13px 0;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}

.speed-area .btn:hover {
    opacity: .8;
}

.speed-area .btn:disabled {
    opacity: .8;
}

.speed-area .result {
    width: 100%;
    background: #F2F2F2;
    font-size: 30px;
    padding: 95px 0;
    font-family: "Zen Antique", serif;
    letter-spacing: 4px;
}

.speed-area .result .value {
    font-size: 50px;
}

.pr-wrapper {
    margin: 50px 0 10px;
    display: flex;
    justify-content: end;
}

.pr-wrapper .pr-txt {
    text-align: center;
    background: #9f9999;
    color: #fff;
    padding: 5px 15px;
    letter-spacing: 2px;
}

.bg-pink {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-yellow {
    background-image: url("../images/bg2.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.heading {
    background: #472C86;
    color: #fff;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    font-weight: normal;
}

.heading .small {
    font-size: 14px;
    margin-top: 6px;
}

.speed-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: center;
    margin: 20px auto;
    max-width: 350px;
}

.speed-list .speed-item {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.speed-list .speed-item::after {
    content: url("../images/border.png");
    display:block;
    position:absolute;
    bottom: -15px;
}

.speed-list .speed-item .label {
    background: #4BA7EF;
    color: #fff;
    border-radius: 34px;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    width: 150px;
}

.speed-list .speed-item .content {
    font-size: 12px;
    flex: 1;
}

.note {
    font-size: 10px;
}

.box {
    width: 94%;
    padding: 18px 35px;
    text-align: center;
    font-size: 13px;
}

.speed-average {
    margin-top: 50px;
    font-size: 13px;
    text-align: center;
    line-height: 22px;
}

.speed-average .box {
    margin: 20px auto 123px;
}

.speed-average .sim {
    max-width: 330px;
    margin: 0 auto;
}

.penalty-fee {
    margin-top: 50px;
    padding-bottom: 94px;
    font-size: 13px;
}

.penalty-fee .box {
    margin: 20px auto;
}

.ads {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
}

.footer-text {
    font-family: "Yusei Magic", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding-bottom: 50px;
}