@charset "UTF-8";

body {
    height: 2000px;
}




.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* Align children divs to the edges */
    padding: 0 10px;
    /* Add padding to inner divs */
}

.count {

    font-family: 'Courier New', Courier, monospace;
    padding-left: 2vw;
    /* margin-left: 80px; */
    /* Adjust the left margin as needed */
    color: #ffffff;
    /* Example text color */
}


.altitude {

    font-family: 'Courier New', Courier, monospace;
    padding-left: 2vw;
    /* margin-left: 80px; */
    /* Adjust the left margin as needed */
    color: #ffffff;
    /* Example text color */
}


.keymoments {

    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
    right: 10;


    margin-right: 3vw;

    /* Adjust the left margin as needed */
    color: #ffffff;

}