body {
    background-color: yellow;
    text-align: end;
    border: 20px inset;
}
img {
    width: 90%;
    border: 20px double;
}
nav{
    position: sticky;
    width: 20%;
    top: 0;
    left: 0;
}
nav a{
    position: ;
    width: 100;
    top: 30;
    left: 6;
}
section{
    background-color: rgb(252, 236, 3);
    margin: 40px;
    padding: 15px;
    border-radius: 15;
}
#bio, #poesie{
    text-align: justify;
}
#gallery {
   display: grid;
   flex-wrap: wrap-reverse;
   align-items: normal;
   justify-content: flex-end;
}
#poesie{
    background-image: linear-gradient(blue, white, brown);
    box: shadow 0 0 20px rgb(243, 202, 0); 
}
.contact-link:hover{
    background: antiquewhite;
    color:blue
}
