/* wwwroot/css/site.css */
body {
    background: rgba(0, 0, 0, 0) url('/images/CEC.jpg') no-repeat center center fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100%;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.text-center {
    color: rgb(3, 4, 4);
}