body {
    margin: 0;
    padding: 0;
}
.main {
    background-color: black;
    background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 800px;
    height: 800px;
    font-family: "Noto Sans TC", "Noto Color Emoji", sans-serif;
    z-index: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6; 
    z-index: 1; 
}


.blockcast_logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 40px;
    width: 85px;
    height: 85px;
    z-index: 21;
}
.blockcast_logo img {
    border-radius: 50%;
    border:5px solid white;
    width: 80px;
    height: 80px;
    z-index: 21;
}
.logo_tail {
    position: absolute;
    top: -2px;
    right: -3px;
    width: 50px;
    height: 50px;
    background-color: white;
    z-index: 10;
}


.date_box {
    position: absolute;
    top: 30px;
    left: 35px;
    width: 280px;
    height: 280px;   
    clip-path: polygon(4% 30%, 81% 33%, 90% 64%, 14% 64%);
    background-color: rgb(236, 201, 84);
    z-index: 11;
}

.date_content {
    position: absolute;
    top: 125px;
    left: 95px;
    width: 180px;
    height: 180px;
    color: rgba(205, 72, 60, 1);   ;
    font-size: 36px;
    font-weight: 800;
    transform: rotate(-5deg);
    z-index: 12;
}

.title_box {
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 180px;
    left: 40px;
    width: 270px;
    height: 50px;
    background-color: rgba(205, 72, 60, 1);
    color: white;
    font-size: 35px;
    font-weight: 800;
    padding: 10px;
    transform: rotate(-5deg);
    z-index: 12;
}

.sponsor_box {
    position: absolute;
    top: 220px;
    right: 95px;
    font-weight: 500;       
    z-index: 11;
}

.sponsor_box img {
    height: 15px;
}

.content {
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 200px;
    left: 55px;
    width: 640px;
    height: 470px;
    padding: 65px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.85);
    z-index: 10;
}

.content div {
    display: flex;
    margin: 10px;
    align-items: end;
    justify-content: center;
}

.content div p {
    margin: 5px;
    font-size: 30px;
    flex: 1 1 0;
    width: 0;
}

.content div h1 {
    margin: 10px;
    font-size: 60px;
    font-weight: 800;
}


.ticker {
    font-weight: 700;
}

.price {
    font-weight: 400;
}

.up {
    color: green;
    text-align: right;
}

/*.up::before {
    content: "🠝"; 
    margin-right: 5px; 
    color: green;
    font-family: "Noto Color Emoji", "Noto Sans TC", sans-serif;
}*/

.down {
    color: red;
    text-align: right;
}

/*.down::before {
    content: "🠟"; 
    margin-right: 5px; 
    color: red;
    font-family: "Noto Color Emoji", "Noto Sans TC", sans-serif;
}*/

.lastupdate {
    position: absolute;
    bottom: 30px;
    right: 50px;
    color: rgb(240, 240, 240);
    font-size: 12px;
    z-index: 11;
}

i {
    margin-right: 10px;
}