* {
    margin: 0;
    padding: 0;
}

@font-face {
	font-family: retroica;
	src: url("../fonts/Retroica.ttf");
}

header {
    height: 170px;
    background-color: blue;
    padding: 10px 0;
}
.menu-wrap {
    display: flex;
    justify-content: space-between;
    margin-left: 75px;
    padding-top: 15px;
}
.logo-image {
    height: 160px;
    position: absolute;
}


--gallery-

.container {
	max-width: 1200px;
	margin:auto;
	overflow: auto
}

.gallery {
	margin:10px;
	float: left;
	width: 400px;
}

.gallery img {
	width: 100%;
	height: auto;

}

.gallery img:hover {
	transform: scale(1.90,1.90);
				-moz-transform: scale(1.90,1.90);
				box-shadow: 5px 5px 20px 0px black;
}
