
html {
    background-color: #262e39;
    font-family: 'Lato', sans-serif;
}

nav {
    color: #fff;
    height: 50px;
}

nav h1 {
    float: left;
    margin: 0;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 100;
}
nav button {
    float: right;
    color: rgba(255, 255, 255, 0.66);
    background-color: transparent;
    border: none;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-right: 12px;
    margin-left: 12px;
}
nav button:hover {
    cursor: pointer;
    color: #fff;
}

section {
    color: #ffffff;
}
section h2 {
    text-align: center;
    font-weight: 100;
}

section img {
    margin-top: 50px;
    max-width: 480px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.download {
    padding-top: 30px;
    display: block;
    text-align: center;
}

section.divider:before {
    content: ' ';
    margin-top: 40px;
    width: 100px;
    height: 5px;
    background-color: #585bff;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

section .btn-try {
    display: inline-block;
    color: #fff;
    background-color: #585bff;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 20px;
    border-radius: 4px;
}

section .btn-try:hover {
    background-color: #4f51e1;
}

#short-description {
    margin-top: 40px;
    text-align: center;
}

@media (min-width: 800px) {
    section,
    nav {
        width: 800px;
        margin-right: auto;
        margin-left: auto;
    }
}
