*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body
{
    height: 100vh;
    width: 100vw;
    background-color: hsl(216, 7%, 14%);
    font-family: Oswald;
}

.logo
{
    padding: 10px;
    text-align: center;
}

#logo-image img
{
    width: 300px;
    height: 100px;
}

.careers-text
{
    width: 100%;
    font-size: 14px;
    text-align: center;
    justify-content: left;
    display: block;
    padding: 50px;
    font-family: Oswald;
    color: #fff;
    text-transform: uppercase;
}