.sitelen-suli {
    font-size: 30px;
}

body {
    background-color: rgb(185, 170, 170);
}

a {
    text-decoration: none;
    color: rgb(20, 120, 160);
}

a::visited {
    color: blue;
}

#sidebar {
    font-size: 50px;
    align-items: center;
}

#sidebar-holder {
    position: sticky;
    margin-left: 20px;
    top: 10px;
}

#sidebar a {
    height: 30px;
    position: absolute;
}

#nasin {
    margin-top: 50px;
}

#title {
    margin-left: 100px;
}

#blocks {
    overflow: hidden;
    height: min-content;
    width: 1000px;
    height: 2000px;
    margin-top: 40px;
    margin-left: 70px;
}

.block-title {
    font-size: x-large;
    font-weight: bold;
    padding-bottom: 10px;
}

.block {
    background-color: rgb(245, 230, 230);
    /*width: min-content;*/
    height: min-content;
    float: left;
    box-shadow: black;
    margin-top: 20px;
    margin-left: 20px;
    padding: 13px;
    font-size: 17px;
    border: 1px solid black;
    box-shadow: 7px 7px 0px black;
    break-inside: avoid;
    /*
    word-break: break-all;
    white-space: pre-wrap;
    word-break: break-word;
    */
}

.block ul {
    list-style-type: disclosure-closed;
}
