@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

body, html {
	padding: 0;
	margin: 8px;
	margin-bottom: 8px;
	background: white;
	color: black;
	font-family: 'helvetica', sans-serif;
	font-size: 14px;
}

.backbutton {
  position: sticky;
  top: 0;
  padding-top:3px;
  padding-bottom: 10px;
  background: lavender;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
    text-align: left;
}

h1 {
	border-bottom: 1px solid black;
        font-weight: bold;
}

h2 {
	border-bottom: 1px dotted black;
            font-weight: 400;
}

a {
	color: blue;
}

a:hover {
	color: white;
  background: blue;
}

.minigalleryimg {
    width: 100%
}

bodyimg {
    float: left;
}
    