.error-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    box-sizing: border-box;
}

.error-code {
    color: #706f6f;
    font-family: "Din Bold";
    margin-bottom: 1em;
}

.not-found:nth-child(1) {
    font-size: 20px;
}

.not-found:nth-child(2) {
    font-size: 25px;
}

.not-found:nth-child(3) {
    font-size: 30px;
}

.nothing {
    font-size: 45px;
    font-family: "Reenie Beanie";
    letter-spacing: -1px;
    color: #ffd600;
}
