body {background-color: white;}

@font-face {
    font-family: "Modernline";
    src: url("modernline.otf") format("opentype");
}

h1 {
	margin: auto;
	font-family: "Modernline";
	font-size: 70px;
	color: #E7E6E6;
}

h1:before{
	color: black;
	overflow: hidden;
	transition: all 0.5s;
}

h1:hover:before{
	width: 100%;
}

p {
	margin: auto;
	font-family: "Modernline";
	color: white;
	font-size: 1.8vh;
}

.header {
	  padding: 20px;
	  width: auto;
	  max-width: 1280px;
	  height: 300px;
}
.image_holder {
	padding: 20px;
	width: auto;
	max-width: 1280px;
	position: fixed;
}

.bottom_box{
	position: absolute;
	bottom: 25px;
	Right: 20px;
}


img {
	max-width: 100%;
	height: auto;
}