/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 25, 2025, 2:21:26 PM
    Author     : DELL
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

#content-area{
    background-color: #00aeef;
    height: auto;
}
.headerImage{
    width: 100%;
    height: auto;
}
.headerImage img{
    width: 100%;
    height: auto;
}
h1{
    position: absolute;
    top: 10%;
    left: 10%;
    font-family: Bahnschrift;
    font-size: 2em;
    color: white;
    font-weight: bolder;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    /*background: linear-gradient(90deg, #00C9FF, #92FE9D);*/
    background-color: #00aeef;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00aeef;
    display: inline-block;
    margin: 10% 0%;
}
.textImage{
    position: relative;
    display: inline-block;
    margin-top:-30%;
    left: 1%;
    width: 100%;
    padding: 1%;
    background-color: transparent;
}
.image{
    display: inline-block;
    width:100%;
    height: auto;
    border-radius: 5px;
}
.image img{
    border-radius: 5%;
}
.pragraph{
    position: absolute;
    display: inline-block;
    width:40%;
    left: 40%;
    top: 10%;
    height: auto;
    border-radius: 5px;
}
.pragraph p{
    color: black;
    font-family: monospace;
    font-size: 18px;
    font-weight: bold;
}
.textDetails{
    padding: 1% 1% 1% 3%;
    color: white;
}
.textDetails li,.textDetails p{
    font-family: 'Georgia', 'Times New Roman', serif;
    text-align: justify;
    letter-spacing: 1px;
    padding: 1% 1% 1% 1%;
    color: #FFFFFF;
    font-size: 16px;
    margin: 0;
    max-width: 90%;
}