        body {
            font-family: 'Montserrat', sans-serif;
            background-color: ;
            margin: 0;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;

            
        }

        .container {
            text-align: center;
            width: 100%;
        }

        .error-code {
            font-size: 120px;
            font-weight: bold;
            color: ;
            margin: 0;
        }

        .error-message {
            font-size: 24px;
            color: ;
            margin: 10px 0;
            margin-top: 40px;
            margin-bottom: 40px;
            font-weight: 500;

        }

        .back-to-home {
            text-decoration: none;
            background-color: ;
            color: ;
            padding: 10px 20px;
            font-size: 22px;
            border-radius: 5px;
            transition: background-color 0.3s ease;
            font-weight: 700;
        }

        .back-to-home:hover {
            background-color: ;
            color: ;
            border: solid 3px ;
        }

        