body{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: url("./money.jpeg") ;
    background-attachment: fixed;
}
h3{
    color: rgb(0, 0, 0);
    margin-top: 40px;
    font-family: 'Great Vibes', cursive;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.001em;
}
h3::first-letter{
    font-size: 90px;
}
.out{
    width: 75%;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 15px;
    max-width: 600px;
    min-width: 300px;
    background-color: rgb(116, 132, 78);
    margin: 5%;
}
.in{
    text-align: center;
    border: 5px solid rgb(255, 255, 255);
    margin: 15%;
    margin-top: 10%;
    border-radius: 15px;
    background-color: rgb(236, 255, 215);
}
.num
{
    width: 50px;
    padding: 0px;
    margin: 0px;
}
.imp{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px;
    margin-top: 70px;
}
#fin{
    margin-top: -50px;
    margin-right: 45px;
    width: 100%;
    height: 22px;
    text-align: center;
    /* border-color: rgb(144, 163, 99); */
}
#sin{
    margin-top: -50px;
    width: 100%;
    height: 22px;
    text-align: center;
    /* border-color: rgb(144, 163, 99); */
}
.convert{
    margin-bottom: 5%;
    border-radius: 5px;
    border: 1px solid gray;
    background-color: #fafafa;
    height: 30px;
}
.convert:hover{
    border: 1px solid rgb(255, 255, 255);
    background-color: rgb(144, 163, 99);
    color: rgb(236, 255, 215);;
}
.bton{
    border: 1px solid white;
    background-color: rgb(236, 255, 215);
    color: #000000;
    margin: 10px;
}
.bton:hover{
    background-color: rgb(144, 163, 99);
    border-color: rgb(255, 255, 255);
}
select{
    height: 30px;
    border-color: rgb(144, 163, 99);
    width: 50%;
}