/*
Theme Name: Landback 2024
Theme URI: https://landback.org/
Description: A custom WordPress Theme for Landback.
Version: 1.0
Author: Landback
Author URI: https://landback.org
*/


.not_found
{
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: center;   
    text-align: center;
    height: 70vh;   
    margin: 0; 
}
.error-heading
{
    font-size: clamp(50px, 6vw, 80px);
}

.error-desc
{
    font-size: clamp(15px, 3vw, 30px);

}
.container
{
    max-width: 100%;
    padding: 0 20px;
}