@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');


body::-webkit-scrollbar {
    display: none;
}

body {
    color: whitesmoke;
    font-size: 1.5rem;
    font-family: 'Julius Sans One', sans-serif;
}

#g_background{
    position: fixed;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    top:0px;
    left:0px;
}

#g_background video {
    object-fit: fill;
    width: 100%;
    height: fit-content;
}

#g_mainDivTitle{
    position: absolute;
    z-index:2;
    width: 100vw;
    height: 100vh;
    top:0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.5);
}

#g_mainDivTitle img{
    width: 30vw;
    height: auto;
    margin-left:35vw;
    margin-top:20vh;
}

#g_mainDivContentTransition{
    position: absolute;
    top:100vh;
    z-index:2;
    left:0px;
    height: fit-content;
    width: 100vw;
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(2,17,6,0.9) 10%, rgba(2,17,6,1) 50%);
}

#g_mainDivContentText01{
    width: 50vw;
    height: fit-content;
    margin: auto;
    margin-top:30vh;
    margin-bottom: 60vh;
}

#g_main_DivContentMap{
    width: 80vw;
    height: 80vh;
    margin: auto;
    margin-top:10vh;
    margin-bottom: 10vh;
    border-radius: 5px;
    overflow: hidden;
}

#g_mainDivContentText02{
    width: 60vw;
    height: fit-content;
    margin: auto;
    margin-top:30vh;
    margin-bottom: 30vh;
}