.page-content .area {
    position: relative;
    border-radius: 1rem;
    border: 5px solid #00bab3;
    padding: 0.75rem;
    margin: 0.5rem 0.3rem 1rem 0.3rem;
    background: rgb(255, 248, 160);
    background: linear-gradient(
        0deg,
        rgba(255, 248, 160, 1) 0%,
        rgba(255, 255, 255, 1) 50%
    );
}
.page-content .area .iphone {
    position: absolute;
    top: -3.5rem;
    right: -2rem;
    z-index: 10;
    transform: scale(0.75);
}
@media (max-width: 576px) {
    .page-content .area .iphone {
        display: none;
    }
}
.page-content .area .oscar-bottom {
    position: absolute;
    left: -1rem;
    bottom: -1rem;
    z-index: 10;
}
@media (max-width: 576px) {
    .page-content .area .oscar-bottom {
        transform: scale(0.65);
        left: -2.2rem;
        bottom: -3.5rem;
    }
}

.page-content .area h2 {
    padding: 0;
    margin: 0;
    font-size: 3.4rem;
    font-weight: 300;
    color: #00bab3;
}
@media (max-width: 576px) {
    .page-content .area h2 {
        padding: 0;
        margin: 0;
        font-size: 1.9rem;
        font-weight: 600;
        color: #00bab3;
    }
}
.page-content .area div.des {
    font-family: "Noto Serif TC", sans-serif;
    font-weight: 400;
    font-size: 0.96rem;
    color: #5f5f5f;
}
.page-content .area div.des span {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1rem;
    letter-spacing: -2px;
    padding: 0 4px;
    color: #f7890b;
}

.btnstyle {
    position: relative;
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 2.5rem;
    border-radius: 0.8rem;
    padding: 1.5rem 1rem;
    margin-top: 0.2rem;
    color: #fff;
    background: #0d8f8a;
    letter-spacing: 3px;
    transition: all 0.3s;
    border: 3px solid #88f6fd;
}
@media (max-width: 576px) {
    .btnstyle {
        padding: 0.5rem 1rem;
    }
}
.btnstyle:hover {
    font-size: 2.7rem;
    text-shadow: 2px 2px 2px #00635f;
    box-shadow: 0px 3px 6px #828a8a;
    background: #00bba2;
    border: 3px solid #f7890b;
    transform: scale(1.02);
    transition: all 0.15s;
}
.btnstyle:active {
    font-size: 2.7rem;
    text-shadow: 0px 0px 0px #00635f;
    box-shadow: 0px 0px 0px #828a8a;
    background: #039e99;
    border: 3px solid #88f6fd;
    transform: scale(1);
    transition: all 0.15s;
}
.btnstyle .oscar-1 {
    position: absolute;
    top: 0.8rem;
    right: 36%;
}
@media (max-width: 576px) {
    .btnstyle .oscar-1 {
        top: 0rem;
        right: 18%;
    }
}
.btnstyle .oscar-2 {
    position: absolute;
    top: 0rem;
    left: 32%;
}
@media (max-width: 576px) {
    .btnstyle .oscar-2 {
        top: -1.5rem;
        left: 8%;
    }
}
.btnstyle img {
    transform: scale(0.8);
    filter: brightness(97%);
    transition: all 0.3s;
}
.btnstyle:hover img {
    transform: scale(1.03);
    filter: brightness(107%);
    transition: all 0.15s;
}

a.btnstyle:link,
a.btnstyle:visited {
    color: #fff;
}

a.btnstyle:hover,
a.btnstyle:active {
    color: #fff78f;
}

.btn-des {
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1rem;
    letter-spacing: 0;
}
.btn-des span {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1rem;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
@media (max-width: 576px) {
    footer {
        position: relative;
        bottom: 0;
        width: 100%;
    }
}
