body {
    font-family: Arial, sans-serif;
    background: url('https://artitech.ro:85/assets/backgroun3.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
   }

   .error-container {
    text-align: center;
   }

   .error-container h1 {
    font-size: 120px;
    margin: 0;
   }

   .error-container h2 {
    color: #ffffff;
    margin: 0;
   }

   .error-container a {
    display: inline-block;
    margin-top: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 5px;
   }

   .error-container a:hover {
    background: #ffffff;
    color: #000;
   }

   .eroare {
    color: #ffffff;
   }

   .eroaremain {
    color: #fff;
   }

   .video-container video {
    background-color: transparent;
    width: 412px;
    height: 126px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    margin-right: 20px;
    margin-bottom: 3rem;
    cursor: pointer;
    border-radius: 10px 30px 10px 30px;
   }

   .video-container video::-webkit-media-controls {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-enclosure {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-panel {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-play-button {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-timeline {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-volume-slider {
    display: none !important;
   }

   .video-container video::-webkit-media-controls-mute-button {
    display: none !important;
   }