html{
    background-image: url(images/html-greyscale-background.jpg);
}
body{
    margin: 0%;
    display: grid;
     place-items: center;
}
.container{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 800px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
.navbar ul{
    list-style-type: none;
    background-color: rgb(37, 37, 37);
    padding: 0px;
    margin: 0px;
    overflow: hidden;
} 
.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}
.navbar a:hover{
    background-color: hsl(0, 0%, 10%);
}
.navbar li{
    float: left;
}
#discographyBox{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 8400px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
#constructionbox{
    text-align: center;
    background: rgb(219, 222, 224);
    height: 630px;
    width: 700px;
}
#blogbox{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 2200px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
#indexbox{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 50px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
#blog2box{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 2350px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
#insectpolicslyricsbox{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 4200px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
#bushghostslyricsbox{
    text-align: center;
    background-color: rgb(219, 222, 224);
    height: 2500px;
    width: 500px;
    padding: 10px;
    border: 1px solid gray;
}
.pagination{
    text-align: center;
}
.pagination a{
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    display: inline-block;
}
.pagination a.active{
    background-color: rgb(255, 255, 165);
    font-weight: bold;
    border-radius: 5px;
}
.pagination a:hover:not(.active){
    background-color: hsl(0, 0%, 77%);
    border-radius: 5px;
}
#board{
    width: 360px;
    height: 360px;
    background-color: rgb(56, 56, 52);
    border: 10px solid rgb(26, 26, 23);

    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#board img {
    width: 118px;
    height: 118px;
}
#korinebox {
    width: 1288px;
    height: 1016px;
    background-image: url(images/harmonykorine.jpg);
}
a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
