.cont {
    margin-left: 1200px;
}
.itr{
    color: black;
 }
.it{
   color: black;
}
.tite{
    justify-content: center;
    text-align: center;
    font-size: x-large;
    color: white;
}
body{
    background-color: rgb(43, 43, 43);
}
.album{
    background-color: rgb(43, 43, 43);  
}
.container{
    background-color: rgb(43, 43, 43);  
}

.imgDecoration{
    max-width: 700px;
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.styleTitle{
    color: #FFF;
    text-align: center;

}
.modal-content img{
    max-height: 100vh !important;
}


@media(max-width:300px){
  .row{
      margin-left: 50px;
  }

}
@media(max-width:580px){
    .imgDecoration{
        margin-top: 50px;
    }
  
  }
