html {
  height: 100%;
}

body {
    height: 100%;
    background-color: #f3f2f8;
    font-family: 'Montserrat'
}

a:href, a:link, a:visited {
    font-size: 14px;
    color: #0564eb;
}

main {
  height: 100%;
}

main.short {
    background-color: white;
    border-radius: 10px;
    max-width: 580px;
    margin: 20px auto 0px auto;
    padding: 24px;
}

main.root {
    width: 100%;
    height: 100%;
    background: rgb(18,130,178);
    background: linear-gradient(180deg, rgba(18,130,178,1) 0%, rgba(3,16,39,1) 100%);
    display: table;
}

#name {
    font-weight: 300;
    font-size: 34px;
    color: #0564eb;
    line-height: 70px;
}

section {
    margin: 20px 0;
    display: table-cell;
    vertical-align: middle;
}

section h1 {
    font-weight: 300;
}

section.center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

footer {
    color: #777777;
    font-size: 14px;
}

footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style-type: none;
    padding: 0;
    margin: 10px 0px;
}