.page
{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header
{
    display: flex;
    height: 165px;
    width: 1200px;
    align-items: center;
    justify-content: center;
}

.logo
{
    height: 124px;
    margin-right: 5px;
}

.logo-text
{
    display: flex;
    flex-direction: column;
}

.logo-text-apogee, .logo-text-simulators
{
    font-size: 55px;
    font-weight: bold;
    margin: 0;
}

.logo-text-apogee::first-letter, .logo-text-simulators::first-letter
{
    color: rgb(212,0,0);
    margin: 0;
}

p
{
   font-family: Arial;
   font-size: 18px;
}

a
{
    text-decoration: none;
}

.nav-bar
{
    background-color: rgb(179,179,179);
    height: 70px;
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

button
{
    background-color: rgb(179,179,179);
    font-size: 25px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 30px;
    margin-right: 30px;
}

button::first-letter
{
    color: rgb(212,0,0);
}

button:hover
{
    background-color: rgb(153,153,153);
}

.home-button
{
    position: absolute;
    top: 200px;
    left: 255px;
}

.mission-button
{
    position: absolute;
    top: 270px;
    left: 430px;
}

.progress-button
{
    position: absolute;
    top: 475px;
    left: 710px;
}

.content
{
    width: 1198px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(179,179,179);
}

.heading
{
    font-weight: bold;
    font-size: 30px;
}

.content p
{
    margin-left: 20px;
    margin-right: 20px;
}

.content img
{
    display: block;
    margin: 0 auto;
}

.cockpit
{
    width: 700px;
}

.circuit-board
{
    width: 600px;
}

.gns-xls
{
    width: 600px;
}

.external
{
    width: 800px;
}

.captain-main-panel
{
    width: 700px;
}
