body {
    background-color: #ff0000;
    margin: 0;
    padding: 0;
}

.logo{
    z-index: 1000000;
    /*position: fixed;
    height: 108px;
    padding-left: 2%;
    padding-top: 0.5%;*/
}
.g0{
    position: fixed;
    
    
}
.g1 {
    
    position: absolute;
    top: 50%;
    
    margin-top: -450px;

    width: 8510px;
    height: 900px;

    background-image: url(./image/w_background.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    display: grid;
    grid-template-columns: repeat(18, 460px);

}
.g2 {

        /* vertical-align: middle; */
        /* text-align: center; */
        /* display: flex; */
        align-items: center;
        vertical-align: center;

}
.center
{    
    display: flex;
    justify-content: center;
    
}
.img1{
     /* bottom:62.5%;*/
      
  
    display: block;
    /* align-items: center; */
  
}
.hover_info{
    margin: 0;
    padding: 0;
    text-align: center;  
    position: absolute;
    
    /*border: 2px solid #ffffff;*/
    top: 70%;
    align-items: center;
    vertical-align: center;
    display: none;
}

#year{

    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 900;
    color: #ff0000;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
    
}
#percent{

    font-family: 'Roboto', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #ffffff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;

}

.index{
    width: 18%;
    height: 18%;
    position: fixed;
    margin-top: 50%;
    margin-left: 78%;
}
