*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.container{
	width: 100%;
	height: 100vh;
	background: url("../img/screwdrivers-1073515_1920.jpg")no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.logo{
	width: auto;
	height: auto;
	font-size: 60px;
	color: white;
	position: absolute;
	margin-top: 50px;
	margin-left: 5%;
}