 #INDEX{
            display: none ;
        }

body{
    font-size: 3vw;
    height: 100vh;
    height: auto;
}

#PHONE{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999;
    width: 100vw;
    height: 100vh;
    padding: 3vw;
    font-size:8vw;
    color: black;
}

#PHONE{
    display: inherit;
}