*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    overflow:hidden;
}
.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;

}
.container:hover {
    cursor: none;
}
.text {
    user-select: none;
    position: absolute;

    color: white;
    bottom: 10px;
    font-size: 20px;
}
#text {
    z-index: 99;
}
#img {
    width: 28px;
    height: 28px;
    transform: translate(0 , 7px)
}