*{
	box-sizing: border-box;
}

html{
	font-size: 18px;
}


body{
	margin:0;
	background-color: rgb(238, 236, 233);
	
}
/*Language button*/

#language-button {
	background-color: #5bd5e7;
	padding: 4px;
	text-decoration:none;
	display:inline-block;
	margin-top: 40px;
	margin-left:40px;
	
}

/* Profile picture*/
#profilepic{
	border-radius:50%;
	width:200px;

}

.pic-wrapper{
	text-align: center;
}
/*Centering*/
.big-wrapper{

	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.heading {
	
	font-weight: 300;
}
