body {
    background-color: rgba(187, 186, 244, 0.70); 
    margin: 0;
    font-family: Arial, sans-serif;
  }
.profile-img {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 20px solid white; 
    object-fit: cover;
    object-position: top center;
    display: block;
    margin: 20px auto;
  }

.info-box {
    background-color: white;
    border-radius: 15px; 
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    max-width: 400px;
    margin: 0 auto;
    color: black;
  }
.info-box img {
    width: 200px; 
    height: 200px;
    margin-top: 30px;
    border-radius: 5px;
  }
.info-box p {
    margin: 0 0 10px;
    text-align: justify;
  }

.btn-custom {
    background-color: rgba(187, 186, 244, 0.70);
    color: black;
    border: 0px;
    width: 100%;
    margin-top: 20px;
  }
  
.author-name {
  margin-top: 30px;
}