body{
    font-family: "Josefin Sans", sans-serif ;
    text-align: center;
    background-color: #fae197;
    color: rgb(236, 255, 201);
    background-image: url(images/background.png);
    background-repeat: no-repeat;
    background-size: cover;
}   

h1{
    background-color: #288d00;
    box-shadow: 5px 5px 0px hsl(96, 100%, 20%);
    border-radius: 15px;
    display: inline-block;
    padding: 15px;
}

#artbox{
    background-color: #d8b23f;
    border-radius: 0.9375rem;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    display: inline-block;
    overflow: scroll;
    max-width: 55rem;
    height: 80%;
    margin-left: 7rem;
}

#artbox hr{
    margin-right: 1rem;
    margin-left: 1rem;
}

#galleryimage{
    max-width: 27%;
    height: auto;
    padding: 1rem;
    margin: 0.5rem;
    border-radius: 0.9375rem;
    background-color: #d17d00;
    box-shadow: 5px 5px 0px rgb(153, 100, 1);
}

#navbar{    
    position: absolute;
    display: inline-block;
    background-color: orange;
    box-shadow: 5px 5px 0px rgb(206, 134, 0);
    overflow: hidden;
    border-radius: 0.625rem;
    height: 73%;
    max-width: 10rem;
    padding: 1.5rem;
}   

#navbar ul{
    list-style-type: none;
    padding: 0px;
}

#navbar li{
    padding: 5px;
}

#navbar li:hover{
    background-color: #8a732d;
    box-shadow: rgb(206, 134, 0) 5px 5px 0px;
    border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb{
    background-color: hsla(45, 66%, 63%, 0.781);
    border-radius: 15px;
}

::-webkit-scrollbar-corner{
    opacity: 0;
}

hr{
    border-top: 10px solid #c29f38;
    border-bottom: none;
    border-radius: 15px;
    box-shadow: 3px 3px 0px #b89737;
}

#links{
    max-width: 2.5rem;
}

