body {
  background-image: url('images/fitness.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

h1 {
  margin-top: 40px;
  text-align: center;
  font-family: Arial;
  color: rgba(220, 220, 220, 1);
}

p {
text-align: center;
padding: 0 50px;
font-family: Arial;
font-size: 20px;
color: rgba(220, 220, 220, 1);
}

.textContainer {
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  background-color: rgba(0, 0, 0, 0.65)

}

a {
  color: white

}
