html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  background-image: url(socialytics.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
  color: #fff;

}

.container {
  max-width: 960px;
}
.main {
  margin-top: 20%;
}
h1 {
  font-size: 64px;
}
h2 {
  font-size: 32px;
}
a,a:hover {
  color: lightblue;
}
footer {
  position: absolute;
  width: 100%;
  bottom: 50px;
  
  padding: 20px;
  border-top: solid #aaa 1px;
  text-align: right;
}
