/* CSS-Dokument */
/* basic elements */
body
{
  	background-image: url('../pics/background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


#pic
{
	display: block;
	margin-left: auto;
	margin-right: auto;
  
	width: 250px;
	height: 250px;
	
	background-color: 5px solid #3C0995;
	border: 10px solid #AB92D6;
    padding: 25px;

}

#buttons
{	
	width: 556px;
	height: auto;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: 5px solid #3C0995;
	border: 2px solid #AB92D6;
	
	/*
	position: relative;
	left: 700px;
	
	background-color: lightgrey;
	border: 9px solid green;
    padding: 5px;
    margin: 5px;
	*/
}

h1
{
	color: #FFE400;
	text-align:center
}

h2
{
	color: #2AE7C8;
}

h3
{
	color: #00FF0C;
}

h4
{
	color: #2AE7C8;
	text-align:center
}

#rick
{
	display: flex;
	justify-content: center;
}