#rectangle1{
    width:340px;
    height:145px;
    background:#151817;
    position:absolute;
    left:1555px;
    top: 100px;
    z-index: 1;
}

#rectangle2{
    width:340px;
    height:40px;
    background:#151817;
    position:absolute;
    left:1555px;
    top: 248px;
    z-index: 1;
    display:flex;
    justify-content:center;
}

#fc-logo{
    height:40px;
    z-index: 2;
}

#left-container{
    width:170px;
    height:145px;
    position:absolute;
    left:0px;
    top:0px;
    display:flex;
    justify-content:center;
}

#right-container{
    width:170px;
    height:145px;
    position:absolute;
    right:0px;
    top:0px;
    display:flex;
    justify-content:center;
}

#divider{
    width:3px;
    height:100px;
    background:#FFFFFF;
    position:relative;
    left:169px;
    top: -20px;
    z-index: 2;
}

#title{
    color:#FFFFFF;
    position:relative;
    z-index: 2;
    top:-10px;
    text-align:center;
    font-family:orbitron;
}

#velocity-label{
    color:#FFFFFF;
    z-index: 2;
    font-family:orbitron;
    text-align:center;
    position:absolute;
    top:85px;
}

#altitude-label{
    color:#FFFFFF;
    z-index: 2;
    font-family:orbitron;
    text-align:center;
    position:absolute;
    top:85px;
}

#velocity{
    color:#FFFFFF;
    position:absolute;
    z-index: 2;
    text-align:center;
    font-family:Roboto Mono;
    font-size:22px;
    top:30px;
}

#altitude{
    color:#FFFFFF;
    position:absolute;
    z-index: 2;
    text-align:center;
    font-family:Roboto Mono;
    font-size:22px;
    top:30px;
}