.frag:not(:target) {
    display: none;
}
#home:has(~ .frag:target) {
    display: none;
}

@font-face {
    src: url("https://file.garden/aZIs8P3ch2qR4upS/RobotoMono-VariableFont_wght.ttf");
    font-family: roboto;
}

html,
body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eae0d8;
    flex-direction: column;
    font-size: 18px;
    font-family: roboto;
    color: #613e29;
    padding: 12px;
    gap: 10px;
}

h1 {
    padding: 0;
    margin: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    color: #3c8c5f;
}

a:hover {
    font-style: italic;
}

button {
    background-color: transparent;
    border-style: hidden;
}

/* */

#audioplayer {
    width: 495px;
    display: flex;
    gap: 15px;
    flex-direction: row;
}

/* */

.main {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.scroll {
    overflow: auto;
    height: 500px;
    width: 250px;
    text-align: left;
}

.subtitle {
    color: #685143;
    font-size: 14px;
}