
* {
    --dutch-white: #fcecc9ff;
    --jordy-blue: #afcbffff;
    --van-dyke: rgb(55, 49, 49);
    --old-rose: #ba6e6eff;
    --sea-green: #3e885bff;
}
body {
    line-height:1.6;
    font-size:18px;
    max-width:1000px;
}
#main-body{
    color:var(--van-dyke);
    background-color: var(--dutch-white);
}
a {
    color: var(--sea-green);
    text-decoration: underline;
}
h1,h2,h3{
    line-height:1.2
}
#container {
    width: 100%; 
    display: flex; 
    justify-content: flex-start;
}
#bio{
    width: 25%;
    margin: 10px;
}
#links{
    flex-grow: 4;
    margin: 10px;
}
img {
    width: 100%;
}