.notFound {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 125px;
    padding-top: 130px;
    padding-bottom: 130px;
}

.notFound h1 {
    font-size: 200px;
    font-family: "Fugue";
    color: #051E50;
    line-height: 236px;
    margin: 0;
}

.notFound h2 {
    font-size: 22px;
    font-family: "Fugue";
    color: #051E50;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 8px;
}

.notFound p {
    font-size: 14px;
    font-family: "Mada";
    color: #000;
    margin-top: 0;
    margin-bottom: 24px;
}

.notFound .homeLink {
    position: relative;
    padding-left: 20px;
    font-size: 20px;
    font-family: "Fugue";
    color: #4A90E2;
    text-decoration: underline;
}

.notFound .homeLink svg {
    position: absolute;
    left: 0;
    bottom: 2px;
}