
.ist{

  
  width: 10%; 
  height: 10%;   
  aspect-ratio: 1/1;
  display: block; 
  object-fit: cover;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;

}



h1 {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 2px 2px cadetblue;
    font-size: 50px; 
}

body{
    background-color:bisque;
}

.topic {
    font-family: 'Courier New', monospace;
    color: #6A9955;
    font-style: italic; 
    font-weight: bold; 
    font-size: 25px;


   




}

.bodytext{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;


}

.content-box {
    width: 60%;               /* Adjust width as needed */
    margin: 20px auto;        /* Center horizontally and add top/bottom margin */
    padding: 20px;            /* Space inside the box */
    background-color: #ffffff;/* White background */
    border-radius: 15px;      /* Rounded corners */
    box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* Subtle shadow */
}