body {
	background-color: #f2f2f2;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

#cookie-icon {
  position: fixed;
	max-width: 20px;
  top: 20px;
  left: 40px;
}

#cookie-dialog {
  position: fixed;
  top: 50px;
  left: 20px;
	right: 20px;
	margin-left: 60px;
	margin-right: 60px;
	overflow: auto;

  border-radius: 20px;
  background: #f2f2f2;
  border: 1px solid #000055;

  animation: fadeIn 1s;
}

#cookie-text {
  max-width:fit-content;
  margin: 0 auto;
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	overflow: auto;
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeOut {
  from {opacity: 1;}
  to {opacity: 0;}
}

.text{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	overflow-wrap: break-word;
}

.container {
	max-width: auto;
	margin: 0 auto;
	padding: 20px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
}

.headshot {
	display: block;
	margin: 20px auto;
	border-radius: 50%;
  max-height: 200px;
}

.gallery-container {
	overflow-x: scroll;
	white-space: nowrap;
}

.gallery {
	display: inline-block;
	margin-right: 10px;
	width: 500px;
	height: 500px;
}

.gallery-pic {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

.icons {
	text-align: center;
	margin-top: 20px;
}

.icons a {
  text-decoration: none;
}

.icon {
	display: inline-block;
	width: 2%;
	height: 2%;
	line-height: 50%;
}

.pic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 400px;
	height: auto;
}