header{
	padding: 20px;
}

header img{
	transition: all .3s linear;
}

header img:hover{
	transform: scale(1.2, 1.2);
}