div[data-block-id="1f35e896-d99a-80da-9011-fd88fe77af2d"] div[style*="height"] {
    max-height: 3000px !important;
    height: 3000px !important;
}

div[data-block-id="1f35e896-d99a-80da-9011-fd88fe77af2d"] div[style*="width"] {
    max-width: 100% !important;
    width: 100% !important;
}

div[data-block-id="1f35e896-d99a-80da-9011-fd88fe77af2d"] div[style*="position: absolute; top: 4px; right: 4px;"] {
    display: none !important;
}

#notion-app{
    background-color: rgb(25, 25, 25) !important;
    height: 100%  !important;
    overflow: unset  !important;
    position: unset  !important;
    zoom: 75%  !important;
}

/* To make the site not hide unseen stuff - To zoom out nicely */
#notion-app,body.notion-body,html.notion-html {


}



.notion-cursor-listener{
    width: 100% !important;
}

.notion-cursor-listener > div:nth-child(1) {
    width: 100% !important;
}

header,
.notion-topbar {
    width: 100% !important;
    max-width: 100% !important;
}

.notion-frame {
    height: 100% !important;
    width: 100% !important;
}

.notion-app-inner {
    width: 100% !important;
    height: 100% !important;
    max-width: 2000px !important;
    margin-left: auto !important;
    margin-right: auto !important;

}

.notion-page-content {
    width: 100% !important;
    max-width: 100% !important;
}

.notion-selectable {
    max-width: 100% !important;
}

._523pKrm0 {
    position: absolute;
    bottom: 0px;
}