﻿
.background-radial-gradient {
    background-color: #e5e5e5;
}

.bg-glass {
    background-color: hsla(0, 0%, 100%, 0.9) !important;
    backdrop-filter: saturate(200%) blur(25px);
}

.container {
    max-width: 100% !important;
}

.p-viewer {
    position: relative;
    margin: -40px 10px;
    float: right;
}
