



body {
    background-color:rgb(22 26 43);
    color: white;
        font-family: 'Zalando Sans SemiExpanded';

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

h1, h2, h3, h4, h5 {
    font-family: 'Oswald';
    font-weight: 500;
}

h1 {
    font-size: 48px;
}

h3 {
    font-size: 30;
}

p {
    font-family: 'Zalando Sans SemiExpanded';
    font-weight: 200;
    line-height: 28px;
}


.wrapper {
  margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */

  max-width: 960px; /* 2 */

  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */
}


footer {
    font-size: 12px;
    padding: 40px 0;
    border-top: solid 1px lightblue;
    margin-top: 40px;
}