body{
    background-color: var(--light-green);
        color: var(--linen);
}

#about{
    max-width:40%;
}

#about img{
    width: 100%;
}