body {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 2;
    color: gray;
    background: whitesmoke;
    text-align: center;
}

h1, h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative;
    color: #303133;
    font-family: "Nunito", Arial, sans-serif;
}

a {
    color: #ff4c52;
}

a:hover {
    color: #ff4c52;
}

header {
    background: #fff;
    padding: 50px 0;
}

header img {
    height: 100px;
}

header h1, header h2 {
    color: #fff !important;
}

.btn-primary {
    background: #ff4c52;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px 25px;
    box-shadow: 2px 2px #ccc;
    margin: 0 2px 2px 0;
}

.btn-primary:hover {
    margin: 2px 0 0 2px;
    background: #ff4c52;
    box-shadow: none;
}

section {
    padding: 4em 0 6em;
}

section.light {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-left: none;
    border-right: none;
}

footer {
    background: #303133;
    padding: 4em 0;
}

footer p {
    margin: 0;
}