body {
  background: url('../img/peter-kasprzyk-NZOgPLpL4Lk-unsplash.jpg') no-repeat center center fixed;
  background-size: cover;
}

.container {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  border-radius: 20px;
  margin-top: 5%;
}

.container h1,
.container p {
  color: #333;
}

.jumbotron {
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.jumbotron h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.logo-container {
  border: 2px solid #333;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  margin-right: 20px;
}

.jumbotron {
  padding: 2rem 1rem;
}
