body {
  background-color: powderblue;
}

h1 {
  color: white;
  text-align: center;
  font-size: 48px;
}
h2 {
	color: white;
	text-align: center;
	font-size: 36px;
}
p {
  font-family: verdana;
  font-size: 20px;
  text-align: center;
}
.Kuva1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.5;
}
.center {
  text-align: center;
  color: orange;
}
a {
	text-align: center;
}
div {
  box-shadow: 19px 19px 30px cadetblue;
  width: 640px;
  height: 467px;
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.Kuva2 {
	display: block;
  margin-left: auto;
  margin-right: auto;
}