.boxes {
    width: 50%;
    height: 70%;
    float: left;
    padding: 10px;
    margin: 10px;
    margin-top: 40px;
}

#box1 {
    float: left;
    clear: both;
    margin-top: -5px;
    margin-bottom: -5px;
}

#box2 {
    float: left;
    clear: both;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 60px;
}

#box3 {
    float: left;
    clear: both;
    margin-top: -5px;
    margin-bottom: -5px;
    margin-left: 60px;
}

#box4 {
    float: left;
    clear: both;
    margin-top: -8px;
    margin-bottom: -5px;
    margin-left: 60px;
}

#kitties {
    float: right;
    margin-bottom: 15px;
}

.button {
    transition: transform .1s;
}

.button:hover {
    transform: scale(1.1);
}

.clearfix::after {
    content: "";
  }

article {
    background-color: rgb(177, 187, 84);
    width: 260px;
    height: 500px;
    margin: 40px;
    float: right;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: rgb(102, 125, 83) rgb(177, 187, 84);
    border-width: 6px;
    border-style: solid;
    border-color: rgb(102, 125, 83);
    border-radius: 6px;
}

#mearti, #visarti, #miscarti {
    margin: 10px;
    padding: 10px;
}

#mearti h2, h3, h4, strong {
    color: rgb(57, 68, 37);
}

#audioarti {
    padding: 5px;
    margin: 5px;
}

.album:hover {
    transform: scale(1.08);
}
.album {
    transition: transform .1s;
}

#albums {
    display: flex;
    justify-content: center;
}



article:not(:target) {display: none}