*{
    margin: 0;
    padding: 0;
}


#main {
    display: flex;
    flex-direction: column;
}


nav {
    background-color: rgb(31, 31, 31);
    height: 60px;
    width: 100%;
    color: white;
    position: fixed;
    opacity: 0.9;
}

.iconify{
    background: url('https://api.iconify.design/clarity/rupee-solid.svg') no-repeat center center / contain;
    content: url('https://api.iconify.design/clarity/rupee-solid.svg');
}

.iconify:hover {
    background: yellow;
}

#container {
    /* background-color: yellow; */
    /* height: 800px; */
    width: 98%;
    margin: 4.5% auto 0 auto;
    display: flex;
    padding: 1%;
}

#left {
    width: 20%;
    height: 100%;
    /* border: solid; */
}

#right {
    width: 75%;
    height: 100%;
    margin-left: 5%;
    /* border: solid; */
}

table {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5%;
}

#left label {
    display: block;
    margin-top: 6%;
}

#left input {
    width: 70%;
    margin-bottom: 10%;
    height: 25px;
    padding-left: 2%;
}

select {
    width: 60%;
    margin-bottom: 5%;
    height: 25px;
}

.right_header {
    font-size: xx-large;
}

#left button {
    height: 30px;
    width: 60%;
    display: block;
}

#right label {
    display: block;
    margin-top: 2%;
}

#right input {
    width: 30%;
    /* margin-bottom: 6%; */
    height: 25px;
    padding-left: 0.5%;
}

#right button {
    height: 30px;
    width: 15%;
    /* display: block; */
    margin-top: 2%;
    margin-left: 2%;
}

table, th, td {
    border: 1px solid rgb(0, 0, 0);
    border-collapse: collapse;
}