.header{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	font-size: 46px;
    background-color: green;
    color: white;
    text-align: center;
	

}