/*!
 * Copyright © [Alinkeo, LLC] [2024].
 * All rights reserved. Unauthorized copying, distribution, or modification of this code is strictly prohibited.
 */

html,
body {
    padding: 0;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../acr-app-background.svg');
    background-repeat: no-repeat;
    background-position: center top 74.64px;
    background-size: contain;
}