html, body {
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Arial;
    font-size: 14px;
    color: #cccccc;
    height: 100%;
    background: #2F40EB;
    background: linear-gradient(150deg,rgba(47, 64, 235, 1) 0%, rgba(12, 23, 153, 1) 55%);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

a, a:link, a:visited {
    color: #cccccc;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

div.block {
    margin: 80px;
}

div.top {
    margin-bottom: 40px;
}

div.content {
    max-width: 1000px;
}

div.bottom {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

div.wrapper {
    display: flex;
    align-items: center;
}

div.social {
    display: flex;
    align-items: center;
}

div.link {
    margin-left: 40px;
    display: flex;
    align-items: center;
}

div.logo {
    margin-bottom: 45px;
    max-width: 300px;
}

div.contact {
    line-height: 25px;
    margin-bottom: 45px;
}

div.about {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 45px;
    font-weight: 900;
}

hr {
    height: 1px;
    border: 0px;
    background-color: #2f40eb;
}

p,li {
    margin-bottom: 1em;
    margin-top: 0em
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    margin-bottom: 5px;
    font-size: 36px;
}

h2 {
    margin-top: 40px;
    font-size: 18px;
}

ul {
    margin-left: 20px;
}

div.updated {
    color: #6b78ff;
    margin: 25px 0px;
}