body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.467;
    color: #373737;
    letter-spacing: -0.3px;
}
.wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%;
}
.coming-soon {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -45px;
}
strong, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    letter-spacing: 0;
    color: #04041f;
}
a {
    color: #033dcd;
    -webkit-transition: all .15s linear;
    transition: all .15s linear;
}
a:hover {
    color: #063096;
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
p {
    font-size: 14px;
    line-height: 32px;
}
h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 1.1;
}
.contact-btn {
    position: relative;
    background:#033dcd;
    border-radius: 60px;
    padding: 20px;
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
}
.contact-btn:hover {
    color: #fff;
    background: #063096;
}
footer {
    position: absolute;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #eee;
    bottom: 0;
}

@media (min-width: 1200px) {
h1 {
    font-size: 56px;
}
.contact-btn {
    padding: 24px;
}
}