/* styles.css */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-image: url('./images/back.jpg');
}

h1 {
  text-align: center;
  font-size: 48px;
  margin-top: 50px;
}

h2 {
  text-align: center;
  font-size: 24px;
}

H3 {
  text-align: center;
  font-size: 12px;
}
/*a {
  display: inline-block;
  margin: 10px;
  text-decoration: none;
  color: #000;
} */

a img {
  width: 100px;
  border: none;
}

a.blue:link, a.blue:visited, a.blue:active {
	text-decoration: underline;
	color: #0000FF;
	}

.footer {
  text-align: center;
  font-size: 12px;
  margin-top: 50px;
}

.footer a {
  color: #000;
}

P.blocktext {
    margin-left: auto;
    margin-right: auto;
    width: 8em
}