
.center {
margin-right:auto;
margin-left:auto;
display:block;
}

h1 {
	text-align:center;
	text-shadow:2px 2px 5px blue;
}

header {
	text-shadow:2px 2px 5px blue;
}

.size {
	width:50%;
}

.myButton {
	background-color:#ff0033;
	border-radius:42px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:1px 9px;
	text-decoration:none;
	text-shadow:0px 0px 0px #2f6627;
}
.myButton:hover {
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

.comic-relief-regular {
  font-family: "Comic Relief", system-ui;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Comic Relief", system-ui;
  font-weight: 700;
  font-style: normal;
}

img {
  border-radius: 8px;
  opacity:0.8
}	

p {
  word-wrap: break-word;
  border:double
}