* {
    margin:0;
    padding:0;
    box-sizing:border-box;
}


body {

    background:#000;
    color:white;
    overflow:hidden;
    font-family:Arial, sans-serif;

}


#title {

    position:absolute;
    top:40px;
    width:100%;
    text-align:center;
    z-index:10;

}


#title h1 {

    font-size:42px;
    letter-spacing:8px;

}


#title p {

    margin-top:10px;
    opacity:.7;

}


#globe {

    width:100vw;
    height:100vh;

}


#info {

    position:absolute;
    right:40px;
    bottom:50px;

    width:280px;

    padding:25px;

    background:
    rgba(255,255,255,0.08);

    backdrop-filter:blur(10px);

    border-radius:15px;

}


#info h2 {

    margin-bottom:10px;

}
