html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: 'Rubik';
    background-image: url(../../v2/images/general/il-bg-black-flower.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    color: white;
    height: 100%;
    background-color: #051f37;
}

#header {
    padding-top: 70px;
    width: 100%;
    margin-bottom: 70px;
}

#content {
    width: 100%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 30px;
}

#footer {
    margin-top: 20px;
}

h1 {
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0;
    color: white;
    line-height: 56px;
    font-size: 30px;
    vertical-align: middle;
}

h2 {
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 40px;
}

p {
    width: 700px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    color: #cfe7ff;
}

a {
    color: #4388B9;
}

#header img {
    width: 230px;
}