body, html {
    background: radial-gradient(circle at center, #000015, #000010, #000);
    margin: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    user-select: none;
    touch-action: none;
    padding: 0;
    border: 0;
}

#globe {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.star {
    position: absolute;
    background: white;
    border-radius: 50%;
    z-index: 1;
}

#fuckHtml {
    color: white;
    position: fixed;
    bottom: 0;
    font-size: xx-small;
    padding-left: 10px;
    font-family: "Tinos", serif;
}

.button {
    border-radius: 0;
    width: 20px;
    height: 20px;
    background-color: #000014;
    z-index: 4;
    border-color: whitesmoke;
    color: whitesmoke;
    display: block;
    z-index: 3;
    position: absolute;
    font-size: xx-small;
}

#screen {
    border-radius: 0;
    width: 56px;
    height: 16px;
    background-color: #222222;
    z-index: 4;
    border-left: whitesmoke;
    border-top: whitesmoke;
    border-bottom: darkgrey;
    border-right: darkgray;
    border-width: 2px;
    color: whitesmoke;
    display: block;
    z-index: 3;
    position: absolute;
    font-size: xx-small;
    bottom: 90px;
    right: 10px;
    border-style: solid;
}

#pin1 {
    bottom: 30px;
    right: 50px;
}

#pin2 {
    bottom: 30px;
    right: 30px;
}

#pin3 {
    bottom: 30px;
    right: 10px;
}

#pin4 {
    bottom: 50px;
    right: 50px;
}

#pin5 {
    bottom: 50px;
    right: 30px;
}

#pin6 {
    bottom: 50px;
    right: 10px;
}

#pin7 {
    bottom: 70px;
    right: 50px;
}

#pin8 {
    bottom: 70px;
    right: 30px;
}

#pin9 {
    bottom: 70px;
    right: 10px;
}

#pin0 {
    bottom: 10px;
    right: 50px;
}

#pinEnter {
    bottom: 10px;
    right: 10px;
    width: 40px;
}