html, body {
    width: 100%;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.header {
    background-color: #004577;
}

.main {
    background: url(../images/main-bg.png);
    background-position: center -50px;
    background-size: 100% auto;
    color: #fff;
}

.btn-dl {
    background: #080a0b;
    text-decoration: none;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    width: 300px;
    font-size: 28px;
}

.divide {
    position: relative;
}

.divide::before, .divide::after {
    content: '';
    width: 30%;
    height: 0;
    border-bottom: 1px solid #c785f1;
    
}

.footer {
    background-color: #0c162c;
    color: #fff;
}

.footer a {
    color: #fff;
}

.footer .link a {
    color: #b4bac6;
}
