* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif
}

.container {
    width: 100vw;
    height: 100vh;
    background: url(img/bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 0 8%;
    position: relative;

}

.logo {
    max-width: 120px;
    padding: 20px 0;
    cursor: pointer;
}

.content {
    color: #fff;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    border: 20px;
    margin: 0 auto;
    text-align: center;


}

.flight-data h3{
    margin-top: 20px;
    text-align: center;
}

.flight-data p {
    margin-top: 10px;
}

.weatherwidget-io {
    margin-top: 20px;
}



#subcontent {
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.5)  ;
}   

.content h1{
    font-size: 2.5em;
    font-weight: 600;
}

.content h1 span{
    color: #ff3753;
    font-family: cursive;
}

.launch-time{
    display: flex;
    justify-content: center;
}

.launch-time div {
    flex-basis: 100px;
}

.launch-time div p{
    font-size: 2.4em;
    margin-bottom: -4px;
}