
:root{
    --Black:#16110E;
    --Dark-Brown: #1F130D;
    --Beige: #EEE5DA;
    --Orange: #F9561B;
    --White: #F9F7F4;
}

.section-1{
    background-color: var(--Dark-Brown);
    color: var(--White);
    background-image: url(img/pattern_black.png);
}

.notfound_container{
    display: flex;
    flex-direction: column;
    color: var(--White);
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 10;
    text-align: center;

}
.notfound_img{
    position: absolute;
    height:80%;
    bottom: 0;
    z-index: -2;
}

h6{
    font-weight: 600;
}