*{
    margin: 0;
    padding: 0;
}

body{
    background: linear-gradient(to top, #049bd8fa, #000000);
}

.not-found-error{
    height: 100vh;

    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-up{
    font-size: 3.5vw;
    font-weight: bold;
    background-color: white;
    width: 50%;
    height: auto;
    padding: 2.5rem;

    display: flex;
    justify-content: center;
    align-items: center;

    box-shadow: 12px 12px 10px #00000040;
}