body {
    margin: 0;
    padding: 0;
}

#f93dcanvas {
    margin: 0;
    padding:0;

}

.buttonDiv {
    position: absolute;
    top: 20px;
    background-color: azure;
    color: rgb(34, 34, 54);
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    cursor: pointer;
}

.buttonDiv:hover {
    background-color: aquamarine;
}

#nextDiv {
    top: 20px;
    left: 360px;
}

#saveDiv {
    top: 20px;
    left: 720px;
}

#dimDiv {
    top: 20px;
    left: 1080px;
}

#refreashDataDiv {
    top: 20px;
    left: 1440px;
    background-color: rgb(247, 247, 97);
}

#HLDiv {
    top: 20px;
    left: 1800px;
}

#boosterLineAnim {
    top: 20px;
    left: 2100px;
}

#hlbooster {
    font-size: 30px;
    width: 200px;
}

#upDiv {
    top: 20px;
    left: 100px;
    transform: translate(-50%, -50%);
    display: none;
}

#downDiv {
    top: 80px;
    left: 100px;
    transform: translate(-50%, -50%);
    display: none;
}

#leftDiv {
    top: 50px;
    left: 40px;
    transform: translate(-50%, -50%);
    display: none;
}
#rightDiv {
    top: 50px;
    left: 140px;
    transform: translate(-50%, -50%);
    display: none;
}

.flyDiv  {
    display:flex;
    position:absolute;
    top:100px;
    left:200px;
    z-index:100;
    box-shadow: 0 0 35px rgb(0 0 0 / 0.8);
}

#closeFlightData {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 5px;
    border-radius: 10px;;
    background-color: rgb(173, 71, 71);
    font-weight: bold;
    color: black;
    cursor: pointer;
    
}

#closeFlightData:hover {
    color: white;
}


img.flyTarget  {
    display: none;
    position:absolute;
    z-index:100;
    width: 150px;
    height: 150px;
}

.flyDiv:hover {
    background-color: white;
}

#flightDataPopup {
    border : solid black 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    padding: 10px;
    display: none;
    max-width: 1200px;
    text-align: left;
}

body {
    display: flex;
    text-align: center;
    background-color: rgb(29,29,29);
    overflow: hidden;
}

#content {
    position: relative;
    display: block;
    width: 3500px;
    height: 1800px;
    padding: 0;
    margin: auto;
    text-align: center;
    transform-origin: 0 0;
}