/*-------------------------------------------------------------------------------------------------
 *  Copyright (C) 2024 Intel Corporation. All rights reserved.
 *  Licensed under the Apache License 2.0. See LICENSE in the project root for license information.
 *  SPDX-License-Identifier: Apache-2.0
 *-----------------------------------------------------------------------------------------------*/

body {
  /* background-image: linear-gradient(
    to right top,
    #2376f6,
    #008bf3,
    #0099e2,
    #00a3cb,
    #14aab5,
    #41aa9d,
    #62a987,
    #7fa576,
    #989855,
    #b58445,
    #cc6b50,
    #d55372
  );
  background-attachment: fixed; */
  background: rgba(0, 7, 52, 1) url("./assets/bg.png") center / cover no-repeat
    fixed;
  overflow-x: hidden;
}

.text-shadow-sm {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

.show {
  display: block;
}

.absolute_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
