* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  background-color: #e5e5fd;
  min-height: 100vh;
  border: 10px solid #1d1e4c;
}
.content {
  max-width: 900px;
  margin: 0 auto;
}
.image_container {
  border-radius: 35%;
  overflow: hidden;
}
.top_section {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_section
h1 {
    color: #1d1e4c;
  font-size: 35px;
  font-weight: bold;
  font-family: Georgia, "Times New Roman", Times, serif;
}
.top_section
h4 {
    color: #1d1e4c;
  font-size: 20px;
  text-align: end;
}
.image_container,
img {
  width: 300px;
  height: 320px;
}
.about_section h2{
    color: rgb(0, 0, 90);
    margin-top: 70px;
font-size: 45px;
font-family:'Courier New', Courier, monospace;
font-weight: 300px;

}
.about_section p{
    
    margin-top: 10px;
    font-size: 20px;  
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 2px;
    text-align: justify;
}
.biography_section{
    margin: 50px 0;
}
.biography_section h3{
    color: rgb(17, 17, 37);
margin-top: 80px;
font-size: 30px;
font-weight: 100px;
font-family: Tahoma, sans-serif;
}
.biography_section ul{
    margin-left: 50px;
}
.biography_section li{
margin-top: 10px;
margin-bottom: 15px;
font-size: 20px;
letter-spacing: 1.5px ;
text-align: justify;
}
footer{
    margin: 50px 0;
}
footer p{
    font-size: 17px;
    text-align: end;
}