﻿body {
    justify-content: center;
    align-items: center;
    height: 100vh; /* Full viewport height */
    font-family: Arial, sans-serif;
    background-color: #f0f0f0; /* Light background */
}

.container {
    text-align: center;
}

.container h1 {
    font-weight: bold;
    color: #363d13;
    font-size: 60px;  Larger font size for the main heading 
}

.container a {
    font-weight: bold;
    font-size: 18px; /* Slightly smaller font for the link */
}

    .container p {
        font-weight: bold;
        font-size: 20px;
        margin: 10px 0;
    }

    .container a {
        font-weight: bold;
        font-size: 18px;
        text-decoration: none;
        color: white;
        background-color: #363d13; /* Blue button */
        padding: 10px 20px;
        border-radius: 5px;
    }
    /* this css for 404 page */

