@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400&display=swap');

body {
	font-family: 'Source Code Pro', monospace;
	font-size: 48px;
	line-height: 1.5;
	
	background-color: #ffffff;
	color: #000000;
}

header {
  position: fixed;
  top: 40px;
	left: 40px;
  z-index: 1;
}

section {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

section img {
  width: 900px;
}

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

a:hover {
  text-decoration-line:  underline;
  text-decoration-style:  double;
}