body {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;
}

img {
    width: 38vh;
    height: 29vh;
}

.rocket {
    margin: 200px 10px 10px 30px;
}

.startup {
    margin: 23px 35%;
    color: #505050;
    font-size: 25px;
    font-weight: bold;
}

.training {
    color: #505050;
    font-size: 15px;
    margin: 8px 0px 0px 110px;
}

.progressBar1 {
    background-color: #FF8D1A;
    border: 1px solid #FF8D1A;
    width: 45px;
    height: 3px;
    border-radius: 20px;
    margin: 0px 15px 0px 0px;
}

.progressBar2 {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 45px;
    height: 3px;
    border-radius: 20px;
}

.progressBarBox {
    display: flex;
    margin: 100px 138px;
}

.progressBarBox1 {
    display: flex;
    margin: 100px 118px;
}

#rocketBox,
#busBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    opacity: 1;
    visibility: visible;
}

.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none;
}

.progressBar3 {
    background-color: #D9D9D9;
    border: 1px solid #D9D9D9;
    width: 45px;
    height: 3px;
    border-radius: 20px;
    margin-left: 20px;
}

.progressBar4 {
    background-color: #FF8D1A;
    border: 1px solid #FF8D1A;
    width: 45px;
    height: 3px;
    border-radius: 20px;
    margin: 0px 16px;
}