*{
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    overflow: hidden;
}

body{
    text-align: center;
    background-color: #999;
}


#canvas{
    margin-top: 5%;
}

#data{
    position: absolute;
    color: white;
    margin-top: 20px;
    width: 700px;
    height: 50px;
}

button{
    width: 100px;
    height: 30px;
    color: white;
    background-color: #333;
    border: 1px solid black;
}

button:hover{
    transition: 0.45s;
    color: black;
    background-color: #c1c1c1;
    border: 1px solid black;
}

#error{
    color: white;
}

#highscore{
    position: absolute;
    width: 350px;
    height: 500px;
    color: white;
    margin-top: 10%;
}

#highscore td{
    border-right: 1px solid white;
    border-top: 1px solid white;
    padding: 5px;
}
#some{
    position: absolute;
    margin-left: 30px;
}

#number{
    position: absolute;
}

#goTo{
    position: absolute;
    margin-top: 5%;
    width: 100px;
}