body {
    background-color: black;
    color: darkgray;
    height: 98vh;
    width: 98vw;
}

#click {
    left: 10px;
    top: 10px;
    height: 25px;
    width: 25px;
    font-size: 25px;
    text-align: justify;
    position: absolute;
    cursor: pointer;
}