body {
    background-size:cover;
    background-repeat:no-repeat;
  text-align: center;
  background-color: #00246B;
  color:white;
  
}
.jumbotron {
    box-shadow:5px 5px #6b5b95;
  background-color: #CADCFC;

}
img {
    width:30%;
    border:2px inset #6b5b95;
    box-shadow:2px 2px;
    border-radius: 10px;
}

.starter-template , .cover {
    background-color: rgba(250, 235, 215,.5);
    border: 2px green;
    border-radius: 5px;
    box-shadow: 5px 5px;
    margin-top:10px;

    

}
footer {
      margin-top: 20px;
      padding: 10px;
      background-color: #89ABE3;
      color: white;
    }

  
  

.navbar{
  background-color: #CADCFC;
}

