body{
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.profile{
	position: fixed;
	left:30px;
	top: 30px;
	padding: 10px 30px 30px 30px;
	width: 420px;
	background-color:rgba(255,255,255,0.60);
	border-radius: .5em;
}
.avatar{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 60px;
	height: 60px;
}
.avatar img{
	width: 100%;
	height: 100%;
}
.avatar input{
	width: 100%;
}