html {
    height: 100%;
    
}
body{
	background: rgb(255,255,255);
	background: linear-gradient(165deg, rgba(245,245,245,1) 42%, rgba(200,200,200,1) 100%);
	/*background: url('../images/background.png') no-repeat center ;*/
	background-size: cover;
	background-attachment: fixed;
	font-family: Verdana, Geneva, sans-serif;
	
}

.welcome-wrapper{
	margin-top: 70px;
	padding-bottom: 50px;
	border-bottom: solid 1px #000000;
}


.welcome-wrapper img{
	padding-bottom: 10vh;
}
.write-up {
	color: #565656;
	
}
.info-wrapper{
	margin-top: 50px;
}
.info-wrapper img{
	padding: 1em;
}