*{
    margin: 0;
    padding: 0;
}
.navbar
{
    display: flex;
    background-color:bisque;
    height: 40px;
    width: 100%;

}
#logo
{
    width: 25px;
    height: 40px;
      background-color:bisque;
      display: inline-block;
}

.logo:hover
{
    cursor: pointer;

}

.seperator
{
    
margin: 0 auto;
gap:25px;
display: flex;
justify-content: center;
align-items: center;
    
}

a{
    text-decoration: none;
    font-size: 20px;
   
}

a:hover{
    transform: scale(1.5);
    transition: all 0.3s ease-in-out;
    font-weight: bold;
}


.bodyside
{
     width:60%;
     background-color: lightblue;
     box-sizing: border-box;
     border-radius: 15px;
     box-shadow: 15px -10px 5px rgb(241, 238, 238);
     margin: 0 auto;
        margin-top: 50px;
        padding: 20px;
        text-align: center;

}
#titl
{
            translate: -50px;
            color: brown;
}

#tbl
{
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    border: 1px solid transparent;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 10px -10px 15px rgb(208, 241, 231);
    
}
#tbl, th, td
{
    padding: 25px;
    font-size: 16px;
    font-style: italic;  
    text-align: center;   
    background-color: rgb(180, 196, 241);
    border-radius: 20px;
    

}

#cityInput
{
    padding: 15px;
    font-size: 16px;
    width: 200px;
    border-radius: 15px;


}

#btntemp
{
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: gray;
    border: 1px;
    border-radius: 35px;
    color: burlywood;
}

#inpdiv
{
    margin-top: 20px;
}

#btntemp:disabled
{
    background-color: lightslategray;
    cursor: not-allowed;
    color: brown;
}
