h1,a{
  text-align: center;
  font-family: 'Luckiest Guy', cursive;
  color: yellow;
  text-shadow: 5px 5px blue;
  text-decoration: none;
}
header{
  text-align: center;
  font-family: 'Luckiest Guy', cursive;
  background-color: rgba(0,90,200,1);
  width: 100%;
  color: yellow;
  font-size: 25px;
  text-shadow: 5px 5px blue;
}
body{
  height: 100%;
  background-image: url("imagens/fornadi.jpg");
}
#home{
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 90%;
}
#mandamentos{
  position: absolute;
  left: 400px;
}
#sorte{
  position: absolute;
  left: 800px;
}

#autores{
  position: absolute;
  left: 1200px;
}
a:hover{
  color: white;
}
div{
  margin-left: 9%;
  margin-right: 9%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 8px white solid;
}
#p1{
  text-align: left;
  padding-top: 20px;
  padding-left: 20px;
  line-height: 1.8;
}
.p{
  text-align: left;
  clear: right;
  margin-bottom: 120px;
}
#img1{
  float: right;
  margin-right: 20px;
  margin-bottom: 50px;
  border: 6px white solid;
}
.imgs{
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  border: 6px white solid;
  width:100px;
  height: 100px;
}
dl{
  margin-left: 20px;
}
dt {
  margin-top: 1em;
  margin-bottom: 1em;
}
.autor{
  left:200px;
}
footer{
  text-align: right;
}
#armas {
  margin-left: 30%;
  margin-right: 30%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 8px white solid;
  text-align: center;
}
#scar {
  margin-top: 20px;
  margin-bottom: 20px;
}
#armas img{
  margin-bottom: 20px;
  border: 4px white solid;
}
