body {
    background: #262626;
    color: #636363;
}

.wrap {
    padding: 0;
    border:none;
    box-shadow: none;
}

.header {
    background: #262626;
    text-align: center;
}

.header .logo img {
    width: 96px;
}

section {
    padding: 0 20px 10px 20px;
}

h1, h2, h3, h4 {
    color: #1F818F;
    font-weight: 500;
}

.button,
.button:hover {
    background: #1F818F;
}

a,a:hover {
    color: #1F818F;
}

.button.button-outline {
    border-color: #1F818F;
    color: #1F818F;
}

.button.button-outline:hover {
    background: #1F818F;
}