/*_________________ERROR 404 PAGE STYLE____________________*/

.errorBack{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.pexels.com/photos/20678326/pexels-photo-20678326/free-photo-of-paesaggio-tramonto-barca-lago.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    top:100px;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
    margin-bottom: -40px;
}

h1{
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(90deg, #ff7e5f, #feb47b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.error{
    font-size: 120px;
    color: white;
    font-weight: bold;
}