body {
  background-image: url('bg.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}
div {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 100px;
}
p {
  font-size: 20px;
  color: black;
  text-align: center;
}
a{
  font-size: 30px;
  color: rgb(152, 105, 18);
  text-align: center;
}