

h1{

    color:black;
}


img{
  /*  width: 700px;
    height: 700px;*/
    max-width :100%;
     max-height:100%;

}

*{
    color: #432;
text-decoration: none;

}

.post_lecture{
   background-color: rgb(214, 178, 142);
    text-align: center;

    /*min-height: 50%;*/

  
    justify-content: center;
    margin: 5rem;
    overflow-wrap: break-word;
    border-radius: 10px;
    box-shadow: 6px 6px 25px rgba(0, 0, 0, 0.5);
    padding: 5px;
    overflow: hidden;
}