* {
box-sizing: border-box;
}

html {
scrollbar-color: rgba(40, 118, 0, 0.14) transparent;
}

::selection {
color: #674d3a;
background: rgba(242, 214, 165, 0.7);
}

body {
background: #bfcb91;
background-size: 100%;
font-family: Aref Ruqaa;
display: grid;
place-items: center;
}

a {
color: #6b4b00;
}

b {
color: #6a0000;
}

h2 {
font-family: arial;
font-weight: 500;
color: #6b4b00;
margin-bottom: 0;
}

h2 span {
font-size: 15px;
font-family: Aref Ruqaa;
font-style: italic;
color: #735a3e;
}

span {
margin: 0;
margin-left: 10px;
font-weight: 600;
}

ul {
margin: 0;
padding: 0;
font-size: 14px;
}

.container {
width: 750px;
height: 480px;
margin-top: 150px;
display: flex;
position: relative;
}

.left {
width: 45%;
height: 100%;
border-right: 2px solid #93a959;
position: relative;
}

.right {
width: 55%;
height: 100%;
}

.ethel {
width: 95%;
margin: 0 auto;
display: block;
margin-top: 70px;
}

.side {
position: absolute;
top: -10em;
left: -0.6em;
z-index: -1;
font-size: .6em;
font-family: Arial, Helvetica, sans-serif;
color: #ddeca3;
}

.side span {
color: #63442e;
}

.left a {
position: absolute;
top: 2.8em;
left: 9px;
color: #413900;
text-decoration: none;
}

.left a:hover {
font-style: italic;
color: #847400;
}

.left .active {
background: #95a043;
color: #ffffff;
cursor: pointer;
}

button {
border: 0;
border-radius: 0;
background: 0;
float: right;
margin-right: 9px;
padding: 5px;
font-family: Aref Ruqaa;
color: #393703;
}

button:hover {
background: #95a043;
color: #ffffff;
cursor: pointer;
}

.right h1 {
margin: 0;
padding: 0;
right: 6px;
font-size: 3em;
font-family: Tangerine;
color: #bc9f57;
text-align: end;
text-shadow: 1px 1px 0px #000000;
}

.entry {
display: none;
height: 100%;
margin-left: 5px;
overflow: auto;
color: #4e5815;
animation: fade 0.4s ease;
}

.entry.active {
display: block;
}

.entry p {
margin: 5px;
}

@keyframes fade {
from {
opacity: 0;
transform: translateY(3px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.heart {
width: 70%;
margin: 0 auto;
display: block;
margin-top: 50px;
}

#songs h2 {
color: #8b6016;
}

#artists h2 {
margin-top: 30px;
}

.box p {
margin: 0;
line-height: 1;
}

.box img {
width: 122px;
height: 122px;
margin: 5px 8px 4px 2px;
margin-left: 4px;
float: left;
outline: 1px solid #7f4b19;
outline-offset: 1px;
}

.liked {
margin: 5px !important;
display: block;
line-height: 1.3;
color: #6f2222;
}

.liked b {
color: #6f2222;
}
