.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  /*background-color: #fff;*/
  background-image: url(../blogsite/Img/zlatan\ ibrahimovic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}


.jumbotron .container {
  max-width: 40rem;
  background: rgba(255, 255, 255, 0.2);
  padding: 2rem;
  color: black;
}

.jumbotron .container a{

  background-color: rgb(225, 202, 1);

}

.jumbotron p {

  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.662);

}




.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  
}



footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}
