body {
    height: 100vh;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
    color: #5c6266;
}

a {
    color: #5c6266;
    text-decoration: none;
}

main#main {
    background-color: #0e1316;
    height: 100%;
    width: 100%;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.container #website-logo img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 500px;
}

.container #website-info {
    color: #5c6266;
    border-bottom: 1px solid #5c6266;
    padding-bottom: 20px;
}

.container #website-companies h2 {
    text-align: center;
    color: #FFF;
    margin: 20px 0;
}

.container #website-companies p {
    font-style: italic;
}