*
{
    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)
{
  
    .name
    {
        display: none;
    }
    .box
    {
        padding-bottom: 100px;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer
        {
            flex-direction: column;
            align-items: center;
            justify-items: center;
            justify-content: center;
            flex-wrap: wrap;
            
        }
        .footer h4
        {
            font-size:12px ;

        }
       
        .tabl input
        {
            width: 150px;
            height: 10px;
            padding: 5px;
        }
        .meet
        {
            flex-wrap: wrap;
        }
        .meet h4
        {
            flex-wrap: wrap;
            width: 400px;
            margin-left: 30px;
        }
        }

        .box
       {
        
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-items: center;
        justify-content: space-evenly;
        padding-top: 100px;
       }
       #tabl
       {
        height: 400px;
        background-color:white;
        border-radius: 20px;
        border: 8px solid dimgray;
        filter: drop-shadow( 0px 5px 10px royalblue);
        inset: 4px;
       }
       #tabl h4
       {
        color:#000;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        text-align: center;
       }
       #tabl input
       {
        text-align: center;
        height: 30px;
        width: 250px;
        border: 1px solid #2d2d39;
        border-radius: 7px;
        background-color:lightgray;
       }
       #tabl input:hover
       {
        opacity: 0.5;
       }
       #tabl button
       {
        background-color:royalblue;
        opacity: 0.9999;
        color:white;
        width: 150px;
        height: 30px;
        text-align: center;
        margin-left: 50px;
        border: 0px solid #2d2d39;
        border-radius: 10px;
        font-family:Verdana, Geneva, Tahoma, sans-serif;
        font-size: 14px;
       }
       #tabl button:hover
       {
        opacity: 0.6;
       }
       .meet
{
    width: 400px;
    margin-top: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    text-align: justify;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.meet h2
{
    margin-bottom: 20px;
    font-size: 28px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000;
}
.meet h4
{
    margin-bottom: 70px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-style: italic;
    color: dimgrey;
}
.meet button
{
    padding: 10px;
    border: 0px solid grey;
    box-shadow: 2px 3px 2px dimgray;
    border-radius: 10px;
    background: linear-gradient(to top, #d96575, royalblue);
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.meet button:hover
{
    opacity: 0.7;
    padding: 9px;
}

       .footer
    {
    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;
}

