/*Dither and React bits*/
.dither-container {
    width: 100%;
    height: 100%;
    position: relative;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

#background-root {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

#page-content {
    position: relative;
}

.page-content{
    display: block;
    background-color: rgba(255, 255, 255, 0.45);
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    /*border-radius: 20px;*/
    border: white dotted 4px;
}
