
* {
  padding: 0px;
  margin: 0px;
}
body {

      font-family: 'Trebuchet MS' , Arial, 'Sans Serif';
		}
/* basic css definitionen */
a, img {
    border: none;
    outline: none;
  }
  a, img {
    height: auto;
  }
  .header {
    width: 350px;
    margin: 100px auto 60px auto;
  }

.header img {
    width:350px;
    margin: auto;
}

.center {
  text-align: center;
}


p {
  font-family: 'Trebuchet MS' , Arial, 'Sans Serif';
}
footer {
  position: fixed;
  bottom: 0;
  background-color:rgb(70, 77, 122);
  width: 100%;
  color: #fff;
  padding: 20px;
text-align: center;
}
footer a, footer a:hover {
color:#fff;
}
