section {
    background-color: white;
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
}
nav {
    display: flex;
    justify-content: center;
    background-color: antiquewhite;
    padding: 15px;
    border-radius: 40px;
}
nav a {
    color: rgb(65, 65, 65);
    text-decoration: none;
    padding: 10px 15px;
}
nav a:hover {
    background-color: blanchedalmond;
    border-radius: 10px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1)
}
body {
     background-color: bisque;
}
h2 {
    font-size: 35px;
    font-family: monospace;
    color: rgb(255, 235, 51);
    display: flex;
    justify-content: center;
    background-color: rgb(250, 249, 211);
    padding: 20px;
    margin: 20px auto;
    max-width: 600px;
    border: 2px solid #ccc;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1)
}
ul {
    display: table-cell;
    justify-content: center;
}
ul li{
    padding: 3px;
    margin: 2px auto;
}
img {
    display: block;     
    margin-left: auto;      
    margin-right: auto;
    max-width: 30%;        
    height: auto;
}
#aboutlist .list{
 display: block;     
    margin-left: auto;      
    margin-right: auto;
    max-width: 30%;        
    height: auto;
}
div {
     display: block;     
    margin-left: auto;      
    margin-right: auto;
    max-width: 30%;        
    height: auto;
}
    
