* {
    margin: 0;
    padding: 0;
    font-family: Sans-Serif;
}

body {
    background-image: url('assets/images/background-image.jpg'); -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#timeReset {
    font-size:65%;
    width: 65px;
    height: 25px;
    max-height:25px;
    background-color: rgba(255, 255, 255, 0.425);
    color: white;
    padding: 0.1em 0.1em 0.1em 0.1em;
    border: 1px solid white;
}

#canvasOne {
    width: 100%;
    height: 100%;
    position: absolute;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

#canvasContainer {
    width: 100%;
    height: 100%;
}

#timeBar {
    text-align: center;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 250px;
    right: 250px;
}

#dateTimeBar {
    color: white;
    font-size: 20px;
}

#topTimeBar {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 5px;
}

#altitudeChart {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    width: 450px;
}

#debriInfo {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    padding: 15px;
    display: none;
}

.infoSec {
    padding-bottom: 8px;
    font-size: 18px;
}