*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.body
{
    width: 100vw;
    height: auto;
    background-color:white;
    
}
.header
{
    height: 90px;
    width: 100vw;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 600px;
    background: linear-gradient(to bottom,  #d96575,
    white, white, transparent);
    position: fixed;
    bottom: 551px;
    
}
.name
{
    font-size: 18px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif ;
    color:dimgrey;
    
}
.navbar
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 50px;
    font-size: 14px;
}
.navbar a
{
    text-decoration: none;
    color: black;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.navbar a:hover
{
    opacity: 0.7;
}
  @media only screen and (max-width: 500px)
  {
    .body
    {
        background-color: lightgray;
    }
    .name
    {
        display: none;
    }
    .con1
    {
        
        flex-direction: column;
        flex-wrap: wrap;
        width: 300px;
        font-size: 14px;
    }
    .para
    {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        justify-items: center;
    }
    .con3
    {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-items: center;
        justify-content: center;
        padding-left: 100px;
        width: 400px;
        text-align: justify;
    }
    .con3 h2
    {
        font-size: 24px;
    }
    .con4
    {
        flex-direction: column;
        align-items: center;
        justify-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0px;
    }
    .footer
        {
            flex-direction: column;
            align-items: center;
            justify-items: center;
            justify-content: center;
            flex-wrap: wrap;
            
        }
        .footer h4
        {
            font-size:12px ;

        }
  }
.para
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    text-align: justify;
    line-height: 1.5;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.para h1
{
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: royalblue;
}
.con1
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 200px;
    margin-top: 100px;
    margin-right: 200px;
    margin-left: 100px;
}
.image img
{
    
    border-radius: 20px;
    box-shadow: 3px 4px 3px gray;
}
.con2
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: 100px;
    margin-top: 250px;
    line-height: 1.5;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: justify;
}
.con2 h2
{
    color:darkgoldenrod;
}
.con3
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    text-align: justify;
    line-height: 2.5;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-right: 500px;
    margin-top: 150px;
}
.con3 h2
{
    color: darkolivegreen;    
}
.con4
{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 150px;
    text-align: justify;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin: 100px;
    margin-top: 40px;
    line-height: 1.5;
}
.con4 h2
{
    margin-bottom: 20px;
    margin-left: 55px;
}

.con4a
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-top: 300px;
}
.con4b
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin-top: 100px;
}
.con2, .con3, .con4
{
    font-size: 18px;
}
.footer
{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
    justify-content:space-around;
    height: 100px;
    background: linear-gradient(to top,royalblue, white,white,white, white);
}
.footer h4
{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: dimgray;
    
}
.footer h5
{
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #d96575;
}