body{
    color:white;
    font-family:'Baloo Bhaina 2', cursive;
    padding:0px; 
    background-image:url("../img/td.webp");
    background-repeat:no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    }
    .left{
        display:inline-block;
        top:20px;
        
    }
    .left img{
        width:88px;
    }
    .left div{
        text-align: center;
    }
    .mid{
        display:block;
        margin: -89px 404px;
        /* width:36%; */
        text-align: center;
        color:white;
        border:2px solid  black;
    }
    .right{
        display:inline-block;
        top:20px;
        right:34px;
        text-align: right;
        position:absolute;
    }
    .navbar{
        display:inline;
        /* color:white; */
    }
    .navbar li {
        display:inline-block;
        /* color:blueviolet; */

    }
    .navbar li a{
        color:yellow;
        text-decoration: none;
        padding:25px 17px;
    }
    .navbar li a:hover{
        color:white;
        /* text-decoration: ; */
    }
    .container{
        border:2px solid grey;
        margin:106px 80px;
        padding:75px;
        width:33%;
        font-size:10px;
        text-align: center;

    }
    .formgroup input{
        font-family:'Baloo Bhaina 2', cursive;
        text-align: center;
        display: block;
        width: 200px;
        padding: 1px;
        border: 2px solid black;
        margin: 5px 5px;
        font-size: 10px;
        border-radius:4px;
    }
    .container button {
    display: block;
    width: 74%;
    margin: 20px auto;
}