/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 06-Jan-2024, 12:29:28 pm
    Author     : Piyush Sharma
*/
body
{
    padding: 50px 0px;
    font-family: 'Open Sans', sans-serif;
    background:linen;
}
h1
{
    text-align:center;
    font-size: 48px;
    font-weight:600;
}
.landing_page img
{
    display: block;
    margin: auto;
    max-height: 800px;
}

.landing_page p
{
    font-weight:400;
    text-align: center;
}