body {
	background-image: url("../img/4k-Hd-For-Old-Paper-Backgrounds-Background-Computer-Smartphone-Wrapped.jpg");
	background-position: top;
        box-sizing: border-box;
        margin: 30px;
        
}


.first_class{
	height: 1600px;
    width: 100%;
	
	
}
	

.grb_img {
	
	display: block;
    margin-left: auto;
	margin-right: auto;
	border:  solid black 7px;
	
	
    
	
}


.title {
	
}


.title h1{
	font-color: white;
	text-align: center;
	letter-spacing: 7px;
	font-stretch: expanded;
	text-shadow: 3px 2px grey;
	font-size: 55px;
	
}

.title a {
	margin: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}