body {
  font-family: 'Roboto', sans-serif;
  margin: 2rem;
}

@media only screen and (min-width: 768px) {
  body {
    margin: 2rem;
  }
}

p {
    text-align: justify;
}

header {
  position: relative;
}

header img {
  position: absolute;
  top: 2rem;
  right: 2rem;
}

main {
  /* margin-right: 150px; */
}

h3, p, ul {
  margin-block: 0px;
  /* padding-bottom: 0px; */
}

h3 {
  margin-top: 0.75em;
}

p {
  margin-bottom: 1em;
}

@media print {
    .page, .page-break { break-after: page; }
}

@font-face {
  font-family: 'callibri', sans-serif;
  src: url(fonts/callibri-regular.ttf) 
    format('truetype');
}

@font-face {
  font-family: 'cambria', serif;
  src: url(fonts/Cambria-Font-For-MAC.ttf) 
    format('truetype');
  /* font-weight: 700; */
  /* font-style: italic; */
}

h1, h2, h3 {
  font-family: 'cambria', serif;
}

p {
  font-family: 'callibri', sans-serif;
  line-height: 167%;
  font-size: large;
  /* font-weight: 700; */
  /* font-style: italic; */
}

li {
  font-family: 'callibri', sans-serif;
  line-height: 167%;
  font-size: large;
  /* font-weight: 700; */
  /* font-style: italic; */
}

/* <!-- HTML !-->
<button class="button" role="button">Button</button> */

/* CSS */
.button {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}

h1
	{margin-top:12.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	page-break-after:avoid;
	font-size:26.0pt;
	/* font-family:"Calibri Light",sans-serif; */
	color:darkred;
	font-weight:bold;}
h2
	{margin-top:2.0pt;
	margin-right:0cm;
	margin-bottom:0cm;
	margin-left:0cm;
	margin-bottom:.0001pt;
	text-align:justify;
	page-break-after:avoid;
	font-size:18.0pt;
	/* font-family:"Calibri Light",sans-serif; */
	color:darkred;
	font-weight:bold;}

  .bust {
    position: absolute;
    top: 7.7rem;
    right: 2rem;
    width: 33vw;
    /* max-width: 200px; */
    max-width: 200px;
  }

  div.centre {
    max-width: 760px;
    display: block;
    /* background-color: #eee; */
    margin-left: auto;
    margin-right: auto;
  }