@font-face{
    font-family: headerfont;
    src: url(BackToSchoolPersonalUseRegular-w1xX2.ttf)
}
@font-face{
    font-family: headerfont1;
    src: url(SunnyspellsRegular-MV9ze.otf)
}
.header{
    border-radius: 5px;
    background-color: rgb(182, 200, 215);
    padding: 20px 10px;
    text-align: right;
    height: fit-content;
}
.header a{
    padding: 10px 10px;
    text-decoration:none;
    color: rgb(152, 108, 14);
    font-family:headerfont1;
    font-weight: lighter;
    font-size:x-large;
}
.header a:hover{
    text-decoration: underline;
    color: rgb(137, 83, 7);
    font-size:xx-large;
    font-weight: bold;
}
body {
    background-image: url("WhatsApp\ Image\ 2022-08-16\ at\ 13.03.52.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content {
    width:50%;
    height: 60%;
    position:absolute;
    top:20%;
    left: 2%;
}
.content h1{
    position: absolute;
    left: 25%;
}
.brief_intro{
    position: absolute;
    top: 12%;
    left: 5%;
    font-style:italic;
}
.brief_intro p{
        margin: 0;
        padding: 0;
}
#home{
    font-family: headerfont;
    color:maroon;
    cursor: pointer;
    font-size: xx-large;
}
#home:hover{
    text-decoration: underline;
    font-size: xx-large;
    font-weight: 100;
}
@font-face {
    font-family: new1;
    src: url("AirtravelerspersonaluseBdit-ow59x.otf");
}
@font-face {
    font-family: new2;
    src: url("SKETCHUP\ FREE\ TRIAL.ttf");
}
#hruday{
    position:absolute ; 
    left: 5%; 
    top: 0%; 
    font-family: new2;
    font-size: 80px;
    color: rgb(128, 111, 15);
}
.intro{
    position: absolute;
    font-family: new1;
    left: 2%;
    top: 30%;
    font-size: xx-large;
    color: rgb(200, 123, 8);
}
.intro p{
    margin: 0;
    padding: 2px;
}
footer{
    text-align: center;
    position: absolute;
    right: 1%;
    top: 100%;
    background-color: cornflowerblue;
    font-size: larger;
    border: 1px solid goldenrod;
    border-radius: 5px;
}