
body{
  
  background:black;
}

h1{
  color:#fff;
}

h2{
  color:#bbb;
}

h3{
  color:#bbb;
}

h1 { font-family: "Century Gothic"; font-size: 60px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 54px; } 
h3 { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 28px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 35px; } 
p { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } 
blockquote { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } 
pre { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }

.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.middle {
  display: table-cell;
  vertical-align: middle;
}

.inner {
  margin: 0 auto;
}

.linkedin-logo
{
  width:100%;
  max-width:50px;
  height:auto;
}

.logo
{
  width:100%;
  max-width:200px;
  height:auto;
}

