.error404div {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 100vh;
}

.error404div img {
    width: 300px;
    max-width: 100%;
    max-height: 100%;
}

.buttonCollapseDettaglio svg {
    width: 25px;
    height: 20px;
    transition: 0.5s ease all;
}

.container {
    margin-top: 80px;
    text-align: center;
    align-items: center;
    justify-content: center;
}