html {
    font-size: 18px;
    min-width:320px;
    overflow-y: scroll;
    overflow-x: hidden;
    height:100%;
    background-color: white;
}
html, input {
    font-family: "literata", serif;
    font-weight: normal;
    font-style: normal;
}
input {
    background: papayawhip;
}
html::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
html::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90, 0.2);
}
html::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}
body {
    margin: 0 0 0 1rem;
}
form {
    display: inline-block;
    margin:0;
    padding:0;
}

div.masonry {
    position:relative;
    box-sizing: border-box;
}
div.masonry > div {
    position: absolute;
    overflow: visible;
}
div.masonry div {
    box-sizing: border-box;

}

#menu {
    z-index: 1;
}

#notes_auth {
    text-align: justify;
    padding:1rem;
    font-weight: 500;
    color:#a70404;
    background-color: #f4f4f8;
}

#a {width:100px;height:100px;background-color: lightblue;}
#b {width:200px;height:200px;background-color: lightgreen;}
#c {width:150px;height:150px;background-color: lightcoral;}
#d {width:300px;height:300px;background-color: lightpink;}
#e {width:100px;height:100px;background-color: lightcyan;}
#f {width:100px;height:150px;background-color: lightsalmon;}
#g {width:250px;height:100px;background-color: lightseagreen;}
#h {width:250px;height:100px;background-color: lightskyblue;}
