
p{
  text-align: justify;
  text-align: center;
  color: white;
}
strong{
  color: gold;
}
a:hover{
  font-size: 25px;
  color: black;
  text-decoration: none;
}
h3{
  color: gold;
}
h2{
  font-size: 3em;
  padding-top: 200px;
}
.imagem_topo > p{
  font-size: 1.2em;
}

body{
  text-align: center;
background-image:url(imgs/fundo.gif);
}
h1, h2, .imagem_topo > p{
  color: gold;
  text-shadow: 2px 2px black;
}
a{
  color: gold;
  text-decoration: none;
}
header{
  border: 3px inset #8587ad80;
  background-color: #8587ad80;
}
li{
  display: inline-block;
  padding: 20px 50px;
}
h1{
  float: left;
  padding-left: 20px;
}
ul{
  text-align: right;
  padding-right: 100px;
}
footer{
    display: flex;
    align-items: flex-end;
    background-color: #3c3484f0;
}
#borda{
  width:300px;
  height:100px;
  background-color:#666;
  border-radius: 10px;
}

img{
  width: 400px;
  border-radius: 50%;
}
