body{width: 100%;
height: 100%;
display: flex;
justify-content: center;
}

.mobile{display: flex;
justify-content: space-between;
font-size: 20px;
font-weight: 800;}

i{margin-top: 20px;}

.container{min-width: 350px;
margin: 300px;
text-align: center; 
border: 2px solid rgba(235, 230, 236, 0.815);
border-radius: 12px;
display: flex;
justify-content: center;
padding: 20px;
color: #696969;
background-image: url(/images/light.jpg);
background-repeat: no-repeat;
background-size:cover;
}


.converter-form h1{margin-top: 20px;
    margin-bottom: 40px;
font-weight: 500px;
color: #000;}

.converter-form .units{margin-top: 20px;
}


.converter-form label{font-weight: 600;
font-size: 20px;}


.result{font-weight: bold;
font-size: larger;
margin-top: 20px;
margin-bottom: 15px;
}

.result-lable{color:  #696969;
margin-top: 20px;}

output{font-size: 35px;
color: #000;}

.btn{
width: 200px;
height: 40px;
margin-bottom: 30px;
border-radius: 15px;
color: #000;
background-color: rgb(135, 209, 209);
}

