body {
	color: black;
	font-family: 'Odibee Sans', cursive;
	font-size: 25px;
}

.header {
	font-size: 65px;
	font-weight: bold;
	margin: 10px 0px;
}

h2 {
	text-align: left;
}

h1 {
	margin: 10px 0px;
	font-size: 65px;
}

.number {
	display: flex;
	
}

.number div {
	margin: 10px 10px;
	font-size: 40px;
}

a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: black;
}

a:visited .number {
  color: grey;
}

a:hover {
  color: grey;
}

a:active {
	color: black;
}

img {
	max-width: 100%;
	max-height: 1000px;

}

.image {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	margin-top: -160px;
	padding: 20px;
	position: fixed;
	bottom: 5px;
	right: 5px;
}

