@charset "utf-8";
body {
    background-image: url('../img/404.png');
    background-size: cover; 
   
}

.modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(1, 6, 7, 0.566);
  }