#topNumberMin {
    width: 210px;
    height: 50px;
    font-size: 50px;
    border: 10px solid darkred;
    position: fixed;
    top: 250px;
    left: 525px;
}
#topNumberMax {
    width: 210px;
    height: 50px;
    font-size: 50px;
    border: 10px solid darkred;
    position: fixed;
    top: 250px;
    left: 845px;
}

#bottomNumberMin {
    width: 210px;
    height: 50px;
    font-size: 50px;
    border: 10px solid darkred;
    position: fixed;
    top: 400px;
    left: 525px;
}
#bottomNumberMax {
    width: 210px;
    height: 50px;
    font-size: 50px;
    border: 10px solid darkred;
    position: fixed;
    top: 400px;
    left: 845px;
}
#rangeDiv {
    width: 700px;
    height: 600px;
    background-color: darkgoldenrod;
    position: absolute;
    left: 410px;
    top: 20px;
}

#startButton {
    width: 100px;
    height: 50px;
    background-color: red;
    position: fixed;
    top: 525px;
    left: 710px;
    font-size: 30px;
    border-radius: 10px;
    border: none;
}

#startButton:hover {
    background-color: green;
    color: white;
}