html, body {
  font-family: Helvetica;
  width: auto;
  height: 100%;
  margin: 0;
}

a:link {
 color: hotpink;
 font-weight: bold;
}
a:visited{
  color:yellow;
  font-weight: bold;
}
a:hover{
  color:green;
  font-weight: bold;
}
a:active{
  color:blue;
  font-weight: bold;
}

.bg-image{
  background-image: url("/assets/images/bg884.png");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-text{
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0, 0.4); 
  color: white;
  font-weight: bold;
  border: 3px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
}

.icone{
  width: 40px;
  height: 40px;
  border: medium solid black;
  border-radius: 5px;
}
.icone-g img{
  width: 100px;
  height: 100px;
  border: medium solid orange;
  border-radius: 5px;
}
.theta-p-r-e{
  position: absolute;
}
