body{
  background-color: rgb(179,147,209,0.5);
  background-image:url(LEITIAFRO.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  font-family: Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    color: white;
}
p{
    color: rgb(192, 184, 184);
    font-size: 38px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 2%;
}
p>a{
    color: yellow;
}
h1{
    text-align: center;
    font-size: 40px;
    color: yellow;
}