.error-block {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Wix Madefor Display;
    color: #0475D2;
    margin: 100px;
}

.block-content {
    display: flex;
    align-items: flex-end; 
    gap: 50px; 
}

.block-content img {
    image-rendering: -moz-crisp-edges;
    image-rendering: -webkit-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.message {
    display: flex;
    flex-direction: column;
}


.error_h1 {
    font-size: 140px; 
    font-weight: bold;
    margin: 0;
    line-height: 0.9;
}

.page_not_found {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px; 
}

.page_does-not_exist {
    font-size: 24px;
    font-weight: normal; 
    margin-top: 8px; 
}

@media (max-width: 700px){

    .dino_image {
    display: none;
}
}