body{
    background-image: url('../public/IMG/banner.png'); height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.header{
  background: #346a53;
  padding: 10px;
}
