html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Meiryo';
    background: rgba(0, 0, 0, 0.8);
    color: #2e2e2e;
}
ul{
    margin: 0;
    padding: 0;
}

@keyframes floatUpDown {
    0% {
        transform: translate(-50%, 0);
    }

    50% {
        transform: translate(-50%, -10px);
    }

    100% {
        transform: translate(-50%, 0);
    }
}
@keyframes shake {
    0%, 45%, 55%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); } 
    52% { transform: translateX(5px); }
    54% { transform: translateX(-2px); }
    56% { transform: translateX(0); }
  }

@media screen and (width > 750px) {
    .future_image{
        height: 100vh;
        overflow: hidden;
        background: url(./img/future_data_pc.png)no-repeat center center;
        background-size: cover;
    }
    .banner_top{position: relative;}
    .banner_text{
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #ffffff;
        text-align: center;
        cursor: pointer;
    }
    .banner_text h1,.module_two_text h1,.love_trading_view h1,.Marke_icon h1{
        font-size: 64px;
        margin-bottom: 0;
    }
    .banner_text .title2,.module_two_text .title2,.love_trading_view .title2,.Marke_icon .title2,.chat_bottom .title2{
        font-size: 24px;
    }
    .banner_text .title3{
        font-size: 18px;
    }
    .go_bottom{
        padding:20px 28px 20px 10px;
        position: relative;
        display: inline-block;
        font-size: 20px;
        color: #000000;
        margin-top: 50px;
        font-weight: bold;
    }
    .go_bottom:hover::before {
        background: #eaeaea;
    }
    .go_bottom::before {
        content: "";
        position: absolute;
        left: 0; top: 0; bottom: 0;
        right: 0;
        background: #ffffff;
        transform: skewX(-20deg);
        transform-origin: left center;
        z-index: -1;
        border-radius: 6px;
        margin-left: -12px;
        margin-right: 12px;
    }
    .banner_bottom_icon {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        animation: floatUpDown 1.5s ease-in-out infinite;
        width: 30px;
        height: 30px;
    }
    .module_two{
        height: 100vh;
        overflow: hidden;
        background: url(./img/bg2.webp)no-repeat center center;
        background-size: cover;
        position: relative;
        color: #ffffff;
    }
    .module_two_text{
        width: 1440px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .module_two_video{
        margin-top: 80px;
        background: linear-gradient(#ce93d8 0,  #a7fff0 100%);
        padding: 10px;
        border-radius: 10px;
    }
    .module_two_video video{width: 100%;}
    .love_trading_view{background: #000000;padding: 80px 0;color: #ffffff;text-align: center;}
    .love_trading_view_swiper{
        width: 1440px;
        margin: 80px auto 0;
        text-align: left;
    }
    .love_trading_view_swiper img{
        width: 100%;
        border-radius: 20px;
    }
    .love_trading_view_swiper .swiper-slide{padding: 10px;border-radius: 20px;}
    .love_trading_view_swiper .swiper-slide:hover{background: #2e2e2e;}
    .go_url{
        margin: 80px auto 0;
        background: #ffffff;
        display: block;
        padding: 20px 30px;
        color: #000000;
        font-size: 24px;
        text-align: center;
        border-radius: 20px;
        width: 14%;
    }
    .go_url:hover{
        background: #2e2e2e;
        color: #ffffff;
    }
    .Market_overview .go_url.black{
        width: 15%;
    }
    .go_url.black{
        margin: 80px auto 0;
        background: #000000;
        display: block;
        padding: 20px 30px;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        border-radius: 20px;
        width: 10%;
    }
    .go_url.black:hover{
        background: #00000085;
        color: #ffffff;
    }
    .Market_overview{
        background: #ffffff;
        border-radius: 20px;
        padding: 20px 2% 50px;
        max-width: 1440px;
        margin: 50px auto;
        box-sizing: border-box;
    }
    .Market_overview .content{
        display: flex;
        align-items: flex-start;
        gap: 50px;

    }
    .Market_overview .left,.Market_overview .right{
      width: 50%;
      border: 1px solid #2e2e2e;
      border-radius: 20px;
      padding: 20px;
    }
    .Market_overview .left .title{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .Market_overview .left .icon{
        background: rgb(30, 77, 129);
        font-size: 25px;
        color: #ffffff;
        text-align: center;
        padding: 10px 6px;
        border-radius: 50%;
        font-weight: 600;
        display: block;
    }
    .Market_overview .left .data p{
        margin: 0 0 10px;
        font-weight: 600;
        color: #2e2e2e;
    }
    .Market_overview .left .data .name_little{
        background: #eaeaea;
        font-size: 12px;
        margin-left: 10px;
        padding: 4px;
        border-radius: 10px;
    }
    .Market_overview .left .data .currency{
        font-size: 30px;
    }
    .Market_overview .left .data .currency_unit{
        font-size: 12px;
    }
    .Market_overview .left .data .Amplitude{
        font-size: 18px;
        margin-left: 10px;
    }
    .Market_overview .right .major_stocks .item{
        border-bottom: 1px solid #f2f2f2;
        padding: 15px 0;
    }
    .Market_overview .right .major_stocks .item,.Market_overview .right .major_stocks .items{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .Market_overview .right .major_stocks .items p,.Market_overview .right .major_stocks .item .currency p{
        margin: 0 0 5px;
    }
    .Market_overview .right .major_stocks .items p.little_name{
        background: #f2f2f2;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
        display: inline-block;
    }
    .Market_overview .right .major_stocks .item img{
        width: 50px;
        height: 50px;
    }
    .Market_overview .right .major_stocks .item .currency{
        text-align: right;
        font-size: 12px;
    }
    .Market_overview .right .major_stocks .item .Amplitude{
        font-size: 15px;
    }
    .Market_overview .right .major_stocks .currency_content{
        font-size: 16px;
        font-weight: bold;
    }

    .Indicators_Strategies{
        background: #ffffff;
        border-radius: 20px;
        padding: 50px 5%;
        margin: 80px 20px;
    }
    .Indicators_Strategies h1{
        margin:  0 0 15px;
    }
    .Indicators_Strategies .tittle_little{
        font-size:18px;
        margin: 0;
        margin-bottom: 32px;
        color: #999;
        font-weight: 500;
    }
    .Post{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 50px;
    }
    .Post .item{
        width: 24%;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 2px 4px 12px #00000018;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
        padding-bottom: 20px;
    }
    .Post .item:hover{
        box-shadow: 2px 4px 12px #00000025;
        transform: translateY(-2px);
    }
    .Post .item img{
        width: 100%;
    }
    .Post .item .text{
        padding: 10px 20px;
    }
    .Post .item .text p{
        margin: 0;
    }
    .Post .item .text .title{
        font-weight: 600;
        margin-bottom: 10px;
    }
    .Post .item .text .dec{
        font-size: 14px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #00000095;
    }
    .Post .item .text .name,.Post .item .text .time{
        text-align: right;
        margin-right: 5%;
        font-size: 13px;
        color: #00000085;
        margin-bottom: 8px;
    }
    .Marke_icon{
        margin: 80px 0;
        padding-bottom: 50px;
    }
    .Marke_icon h1,.Marke_icon .title2{
        color: #ffffff;
        text-align: center;
    }
    .Marke_icon .title2{color: #dbdbdb;}
    .Marke_icon_img{
        display: block;
        margin: 100px auto 50px;
    }
    .Marke_icon .bottom{
        max-width: 1440px;
        margin: 50px auto;
        display: flex;
        align-items: flex-start;
        gap: 50px;
        color: #dbdbdb;
    }
    .Marke_icon .bottom h4{
        margin: 0 0 10px;
        font-size: 18px;
    }
    .Marke_icon .bottom p{
        margin: 0 0 10px;
        font-size: 14px;
    }
    .fx_table{
        background: #ffffff;
        padding: 50px 0;
    }
    .fx_table_content{
        /* max-width: 1680px; */
        margin: 0 100px;
    }
    .fx_table table{
        width: 100%;
        text-align: center;
        border-color: #00000025;
        border-radius: 10px;
        overflow: hidden;
    }
    .fx_table table img{
        vertical-align: bottom;
        margin-right: 10px;
    }
    .fx_table table .green{
        background: #056636;
        color: #ffffff;
    }
    .fx_table table .green2{
        background: #089950;
    }
    .fx_table table .green3{
        background: #42Bd7F;
    }
    .fx_table table .green4{
        background: #ACE5C9;
    }
    .fx_table table .red{
        background: #B22833;
        color: #ffffff;
    }
    .fx_table table .red2{
        background: #f23645;
    }
    .fx_table table .red3{
        background: #f77C80;
    }
    .fx_table table .red4{
        background: #fccbcd;
    }
    .fx_table_content .year{
        font-size: 12px;
        color: #2e2e2e;
        margin: 10px 0;
        text-align: center;
    }
    .highlight {
        background-color: #e3effd !important;
        color: #000000 !important;
    }
    .worldMapContent{
        background: #ffffff;
    }
    #worldMap{
        width: 100%;
        height: 1200px;
    }
   .worldMapContent_title{
        margin: 0 100px;
        /* width: 1680px; */
   }
   .worldMapContent_title h1,.chat_bottom h1{
        margin: 0;
   }
   .chat_bottom{
        background: #000000;
        padding: 100px;
        color: #ffffff;
        text-align: center;
   }
   .chat_bottom .title2{
        color: #ffffff;
        font-size: 18px;
   }
   .chat_bottom .chat_content{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 50px 0;
        gap: 30px;
   }
   .chat_bottom .chat_content .items.chat_content_url{
        width: 20%;
        padding: 50px 0;
        background: #ffffff;
        color: #000000;   
        text-align: center;
        border-radius: 20px;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
   }
   .chat_bottom .chat_content .items:hover{transform: translateY(-2px);}
   .chat_bottom .chat_content .items img{
        width: 185px;
        margin-bottom: 20px;
        border-radius: 8px;
   }
   .chat_bottom .chat_content .items p{
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        margin-bottom: 50px;
   }
   .chat_bottom .go_url{
    width: 30%;
    padding: 10px 15px;
   }

   .chat_window{
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px 30px;
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
    border:1px solid #999;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
   }
   .chat_window img{
    width: 80px;
    border-radius: 50%;
   }
   .chat_window p{margin: 0 0 5px;}
   .chat_window:hover{
    background: #ffffff;
    color: #000000;
   }

   .menu_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
   }
   .menu_top ul{
    background: linear-gradient(
    to bottom,
    #00000060 0%,
    #00000060 70%,
    rgba(0, 0, 0, 0.1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    width: 100%;
    margin: 0 auto;
   }
   .menu_top ul li{
    color: #ffffff;
    list-style: none;
    padding:10px 20px;
    position: relative;
    border-radius: 8px;
   }
   .menu_top ul li a{
    color: #ffffff;
    text-decoration: none;
   }
   .menu_top ul li:hover{
    background: #2e2e2e;
   }
   .menu_top ul li:hover a{
    color: #ffffff !important;
   }
   .menu_top.active,.menu_top.active ul{
    background: #ffffff !important;
   }
   .menu_top.active a{
    color: #000000 !important;
   }
}
@media screen and (width < 750px) {
    .future_image{
        height: 100vh;
        overflow: hidden;
        background: url(./img/future_data_m.png)no-repeat center center;
        background-size: cover;
    }
    .banner_top{position: relative;}
    .banner_text{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%,-50%);
        color: #ffffff;
        text-align: center;
        cursor: pointer;
        width: 80%;
    }
    .banner_text h1,.module_two_text h1,.love_trading_view h1,.Marke_icon h1{
        font-size: 26px;
        margin-bottom: 0;
    }
    .banner_text .title2,.module_two_text .title2,.love_trading_view .title2,.Marke_icon .title2,.chat_bottom .title2{
        font-size: 14px;
    }
    .banner_text .title3{
        font-size: 12px;
    }
    .go_bottom{
        padding:10px 25px 10px 5px;
        position: relative;
        display: inline-block;
        font-size: 13px;
        color: #000000;
        margin-top: 25px;
        font-weight: bold;
    }
    .go_bottom:hover::before {
        background: #eaeaea;
    }
    .go_bottom::before {
        content: "";
        position: absolute;
        left: 0; top: 0; bottom: 0;
        right: 0;
        background: #ffffff;
        transform: skewX(-20deg);
        transform-origin: left center;
        z-index: -1;
        border-radius: 6px;
        margin-left: -12px;
        margin-right: 12px;
    }
    .banner_bottom_icon {
        position: absolute;
        bottom: 3%;
        left: 50%;
        transform: translateX(-50%);
        animation: floatUpDown 1.5s ease-in-out infinite;
        width: 30px;
        height: 30px;
    }
    .module_two{
        height: 60vh;
        overflow: hidden;
        background: url(./img/bg2.webp)no-repeat center center;
        background-size: cover;
        position: relative;
        color: #ffffff;
    }
    .module_two_text{
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .module_two_video{
        margin-top: 40px;
        background: linear-gradient(#ce93d8 0,  #a7fff0 100%);
        padding: 10px;
        border-radius: 10px;
    }
    .module_two_video video{width: 100%;}
    .love_trading_view{background: #000000;padding: 40px 0;color: #ffffff;text-align: center;}
    .love_trading_view_swiper{
        width: 100%;
        margin: 40px auto 0;
        text-align: left;
    }
    .love_trading_view_swiper img{
        width: 100%;
        border-radius: 20px;
    }
    .love_trading_view_swiper .swiper-slide{padding: 10px;border-radius: 20px;}
    .go_url{
        margin: 40px auto 0;
        background: #ffffff;
        display: block;
        padding: 10px 15px;
        color: #000000;
        font-size: 15px;
        text-align: center;
        border-radius: 20px;
        width: 50%;
    }
    .Market_overview .go_url.black{
        width: 50%;
    }
    .go_url.black{
        margin: 40px auto 0;
        background: #000000;
        display: block;
        padding: 10px 15px;
        color: #ffffff;
        font-size: 15px;
        text-align: center;
        border-radius: 20px;
        width: 50%;
    }
    .Market_overview{
        background: #ffffff;
        border-radius: 20px;
        padding: 10px 2% 25px;
        width: 100%;
        margin: 25px auto;
        box-sizing: border-box;
    }
    .Market_overview h1,.Indicators_Strategies h1,.fx_table_content h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .love_trading_view_swiper{width: 100%;}
    .Market_overview .left,.Market_overview .right{
      border: 1px solid #2e2e2e;
      border-radius: 20px;
      padding: 10px;
      margin-bottom: 10px;
    }
    .Market_overview .left .title{
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .Market_overview .left .icon{
        background: rgb(30, 77, 129);
        font-size:16px;
        color: #ffffff;
        text-align: center;
        padding: 10px 6px;
        border-radius: 50%;
        font-weight: 600;
        display: block;
    }
    .Market_overview .left .data p{
        margin: 0 0 10px;
        font-weight: 600;
        color: #2e2e2e;
    }
    .Market_overview .left .data .name_little{
        background: #eaeaea;
        font-size: 12px;
        margin-left: 10px;
        padding: 4px;
        border-radius: 10px;
    }
    .Market_overview .left .data .currency{
        font-size: 22px;
    }
    .Market_overview .left .data .currency_unit{
        font-size: 12px;
        margin-left: 10px;
    }
    .Market_overview .left .data .Amplitude{
        font-size: 18px;
        margin-left: 10px;
    }
    .Market_overview .right .major_stocks .item{
        border-bottom: 1px solid #f2f2f2;
        padding: 15px 0;
    }
    .Market_overview .right .major_stocks .item,.Market_overview .right .major_stocks .items{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
    }
    .Market_overview .right .major_stocks .items p,.Market_overview .right .major_stocks .item .currency p{
        margin: 0 0 5px;
    }
    .Market_overview .right .major_stocks .items p.little_name{
        background: #f2f2f2;
        padding: 4px 8px;
        font-size: 12px;
        border-radius: 10px;
        font-weight: bold;
        display: inline-block;
    }
    .Market_overview .right .major_stocks .item img{
        width: 50px;
        height: 50px;
    }
    .Market_overview .right .major_stocks .item .currency{
        text-align: right;
        font-size: 12px;
    }
    .Market_overview .right .major_stocks .currency_content{
        font-size: 16px;
        font-weight: bold;
    }

    .Indicators_Strategies{
        background: #ffffff;
        border-radius: 20px;
        padding: 25px 5%;
        margin: 40px 10px;
    }
    .Indicators_Strategies h1{
        margin:  0 0 15px;
    }
    .Indicators_Strategies .tittle_little{
        font-size:16px;
        margin: 0;
        margin-bottom: 16px;
        color: #999;
        font-weight: 500;
    }
    .Post .item{
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 2px 4px 12px #00000018;
        cursor: pointer;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .Post .item img{
        width: 100%;
    }
    .Post .item .text{
        padding: 10px 20px;
    }
    .Post .item .text p{
        margin: 0;
    }
    .Post .item .text .title{
        font-weight: 600;
        margin-bottom: 10px;
    }
    .Post .item .text .dec{
        font-size: 14px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #00000095;
    }
    .Post .item .text .name,.Post .item .text .time{
        text-align: right;
        margin-right: 5%;
        font-size: 13px;
        color: #00000085;
        margin-bottom: 8px;
    }
    .Marke_icon{
        margin: 80px 0;
        padding-bottom: 50px;
    }
    .Marke_icon h1,.Marke_icon .title2{
        color: #ffffff;
        text-align: center;
    }
    .Marke_icon .title2{color: #dbdbdb;}
    .Marke_icon_img{
        display: block;
        margin: 50px auto 25px;
        width: 100%;
    }
    .Marke_icon .bottom{
        width: 100%;
        margin: 25px auto;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 25px;
        color: #dbdbdb;
        flex-wrap: wrap;
    }
    .Marke_icon .bottom .item{
        width: 40%;
        text-align: center;
    }
    .Marke_icon .bottom h4{
        margin: 0 0 10px;
        font-size: 14px;
    }
    .Marke_icon .bottom p{
        margin: 0 0 10px;
        font-size: 12px;
    }
    .fx_table{
        background: #ffffff;
        padding: 25px 0;
    }
    .fx_table_content{
        margin: 0 10px;
        overflow-x: auto; 
    }
    .table-scroll {
        min-width: 1200px;
      }
    .fx_table table{
        width: 100%;
        text-align: center;
        border-color: #00000025;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
    }
    .fx_table table th,.fx_table table td{
        padding: 8px 20px;
    }
    .fx_table table th:first-child,
    .fx_table table td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
    }
    .fx_table table img{
        vertical-align: bottom;
        margin-right: 10px;
    }
    .fx_table table .green{
        background: #056636;
        color: #ffffff;
    }
    .fx_table table .green2{
        background: #089950;
    }
    .fx_table table .green3{
        background: #42Bd7F;
    }
    .fx_table table .green4{
        background: #ACE5C9;
    }
    .fx_table table .red{
        background: #B22833;
        color: #ffffff;
    }
    .fx_table table .red2{
        background: #f23645;
    }
    .fx_table table .red3{
        background: #f77C80;
    }
    .fx_table table .red4{
        background: #fccbcd;
    }
    .fx_table_content .year{
        font-size: 12px;
        color: #2e2e2e;
        margin: 10px 0;
        text-align: center;
    }
    .highlight {
        background-color: #e3effd !important;
        color: #000000 !important;
    }
    .worldMapContent{
        background: #ffffff;
    }
    #worldMap{
        width: 100%;
        height: 200px;
    }
   .worldMapContent_title{
        margin: 0 20px;
   }
   .worldMapContent_title h1,.chat_bottom h1{
        margin: 0;
        font-size: 18px;
   }
   .chat_bottom{
        background: #000000;
        padding: 20px;
        color: #ffffff;
        text-align: center;
   }
   .chat_bottom .title2{
        color: #ffffff;
        font-size: 14px;
   }
   .chat_bottom .chat_content{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 25px 0;
        gap: 15px;
   }
   .chat_bottom .chat_content .items.chat_content_url{
        width: 30%;
        padding: 25px 0;
        background: #ffffff;
        color: #000000;   
        text-align: center;
        border-radius: 20px;
   }
   .chat_bottom .chat_content .items img{
        width: 80%;
        margin-bottom: 10px;
        border-radius: 8px;
   }
   .chat_bottom .chat_content .items p{
        font-size: 12px;
        margin: 0;
        margin-bottom: 25px;
   }
   .chat_bottom .go_url{
    width: 75%;
    padding: 5px 8px;
    font-size: 12px;
   }

   .chat_window{
    position: fixed;
    bottom: 15%;
    right: 20px;
    padding: 10px;
    background: #000000;
    color: #ffffff;
    border-radius: 20px;
    border:1px solid #999;
    z-index: 3;
    text-align: center;
    cursor: pointer;
    animation: shake 10s linear infinite;
   }
   .chat_window img{
    width: 40px;
    border-radius: 50%;
   }
   .chat_window p{margin: 0 0 5px;font-size: 12px;}
   .chat_bottom_go_url{font-size: 12px;}
   .menu_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
   }
   .menu_top ul{
    background: linear-gradient(
    to bottom,
    #00000060 0%,
    #00000060 70%,
    rgba(0, 0, 0, 0.1) 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
   }
   .menu_top ul li{
    color: #ffffff;
    list-style: none;
   }
   .menu_top ul li a{
    color: #ffffff;
    text-decoration: none;
   }
   .menu_top.active,.menu_top.active ul{
    background: #ffffff !important;
   }
   .menu_top.active a{
    color: #000000 !important;
   }
}
.Market_overview .right .major_stocks .item .currency .currency_unit{margin-left: 5px;}
.page_go_url{cursor: pointer;}