body {
    font-family: 'Baloo Bhai', cursive;
    position: relative;
    color: white;
    margin: 0px;
    padding: 0px;
    background: url('Aditya_Samal_background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.left {
    display: grid;
    grid-template-columns: 50px 1fr;
    align-items: center;
    position: absolute;
    left: 60px;
}

.left img {
    width: 40px;
    display: inline-block;
}

.left p {
    line-height: 19px;
    font-size: 26px;
    text-align: center;
    display: inline;
}

.mid {
    display: block;
    width: 60%;
    margin: 20px auto;
    /* border: 2px solid green; */
}

.right {
    position: absolute;
    right: 34px;
    top: 15px;
    display: inline-block;
    /* border: 2px solid yellow; */
}

.navbar {
    display: inline-block;
}

.navbar li {
    display: inline-block;
    font-size: 25px;
}

.navbar li a {
    color: white;
    text-decoration: none;
    padding: 34px 23px;

}

.navbar li a:hover,
.navbar li a.active {
    text-decoration: underline;
    color: grey;

}

.btn {
    font-family: 'Baloo Bhai', cursive;
    margin: 0px 9px;
    background-color: black;
    color: white;
    padding: 4px 14px;
    border: 2px solid grey;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.btn:hover {
    background-color: rgb(31, 30, 30);
}

.container {
    border: 2px solid white;
    position: absolute;
    right: 30px;
    margin: 50px 40px;
    padding: 30px;
    width: 33%;
    border-radius: 28px;
}

.form-group input {
    font-family: 'Baloo Bhai', cursive;
    text-align: center;
    display: block;
    width: 70%;
    padding: 1px;
    border: 2px solid black;
    margin: 11px auto;
    font-size: 25px;
    border-radius: 8px;
}

.container h1 {
    text-align: center;
}

.container button {
    display: block;
    width: 74%;
    margin: 20px auto;
}