@font-face {
    font-family: 'Digital Numbers';
    src: url('../fonts/Digital Numbers Regular.ttf');
}

.back-button {
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}


.content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    text-align: center;
}

.content-img{
    display: flex;
    height: 636px;
    align-items: flex-end;
}

.content-img img{
    position: relative;
    top: 100px;
    left: -30%;
    width: 163%;
}

.error-code {
    position: absolute;
    font-family: "Digital Numbers", monospace;
    font-size: clamp(5rem, 3.5rem + 7.5vw, 12.5rem);
    font-weight: 400;
    background: url('../img/clouds.png') no-repeat center center;
    width: 100%;
    height: 422px;
}

.error-message {
    font-family: Montserrat;
    font-size: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem);
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-link {
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    cursor: pointer;
    z-index: 5;
}

.bottom-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

@media (max-width: 820px) {
    .content-img {
        height: 478px;
    }
}

@media (max-width: 474px) {
    .content-img {
        height: 329px;
    }

    .error-code {
        height: 273px;
    }
}