.f404-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #fff;
}

.f404-container {
    text-align: center;
    padding: 40px;
}

.f404-container h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.f404-container .code {
    font-size: 100px;
    font-weight: bold;
    color: #222;
    margin: 0;
}

.f404-container .title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    color: #111;
    text-transform: uppercase;
}

.f404-container .message {
    font-size: 16px;
    margin: 20px 0;
    color: #555;
}

.f404-container .home-link {
    display: inline-block;
    padding: 10px 25px;
    background-color: #fd7b1d;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.f404-container .home-link:hover {
    background-color: #e06600;
}