
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900|Raleway:400,700');

  * {
    margin: 0;
  }

  html, body {
    height: 100%;
  }

  html {
    margin: 0;
    padding: 0;
    color: white;
    background: linear-gradient(to bottom, #2473ab 0%,#1e528e 70%,#5b7983 100%);
  }

  body {
    font-size: 1.8rem;
  }

  h1, h2, h3 {
    font-weight: normal;
  }

  h1 {
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
  }

  a {
    color: white;
    text-decoration: none;
  }

  div.mainContainer {
    height: 100%;
    position: relative
  }

  div.mainContainer .innerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%)
  }

  div.LI-profile-badge {
    position: absolute;
    top: 75%;
    left: 50%;
    margin: 0 -50% 0 0;
    transform: translate(-50%, -50%)
  }

  div.mainContainer .innerContainer h1 {
    font-size: 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    text-align: center;
  }

  div.mainContainer .innerContainer h2 {
    font-family: "Raleway", sans-serif;
    font-size: 40px;
    text-align: center;
  }
