html, body {
    height: 100%;
}

body {
    margin: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.outer {
    display: flex;
    flex-flow: row;
    justify-content: center;
}


.content {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.demo-btn {
    background-color: transparent;
    color: #135478;
    border: solid #d4d4d4 1px;
    padding: 22px 40px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .3s;
    font-family: Poppins, sans-serif;
    font-size: 0.75rem;
    margin-top: 50px;
}

.demo-btn:hover {
    border-color: #135478;
    #background-color: #cdd400;
    background-color: #9a9a9a2e;    
}

.company-logo {
    max-width: 50%;
}

img {
    max-width: 100%;
}
