#heading{
    background-color: rgb(154, 205, 237);
    border: 1px;
    text-align: center;
    padding: 10px;
    margin-left: 20px;
    margin-right: 30px;
    color: rgb(41, 132, 97);
    border-radius: 20px;
}
#top{
    background-color: rgb(228, 219, 207);
    text-align: start;
    margin-right: 60%;
}
.biography{
    color: rgb(237, 232, 236);
    background-color: black;
    font-weight: 900;
    border-radius: 10px;

}
#strong{
    font-style: italic;
    color: rgb(255, 0, 0);
}
#main{
    font-style: italic;
    background-color: rgb(175, 154, 196);
    text-align: center;
    padding: 10px;
    margin: 1%;
}
.footer{

 background-color: #f4e4e4;
  text-align: center;
  padding: 20px;
  font-style: italic;
}