.container-title {
    display: flex;
    justify-content: center;
}

.img-deco-left,
.img-deco-right {
    width: 25px;
    height: 25px;  
}

.img-deco-left {
    transform: rotate(-45deg);
    display: inline-block;
}

.img-deco-right {
    transform: rotate(45deg);
    display: inline-block;
}

.title-notfound {
    padding: 0 10px;
    font-weight:900;
    margin-bottom: 0;
}

.under-title-notfound {
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}

.notfound-image {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.link-home {
    color: #483D8B;
    text-decoration: none;
}

.link-home:hover {
    font-weight: bold;
}
