/* .background-container {
    margin-top: 20px;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 20px;
} */


body::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    z-index: -1;
    content: "";
    position: fixed;
    background-image: radial-gradient(circle 248px at center, #16d9e3 0%, #30c7ec 47%, #46aef7 100%);
    /* background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%); */
    /* background-color: #95bef7;; */
}