/* CSS for Unicode to Krutidev Converter */
body {background: #F6F5F5;margin: 0;padding: 0;}
.container {width: 90%; margin: auto;}
textarea {width: 100%; height: 150px;}
#legacy_text {font-family:"Kruti Dev 010";}
.homelink {text-decoration:none; color:#333;}
img {margin-top: 25px;}
.imghome {position:fixed;bottom: 10px;right:45%;}
.btn {border-radius: 4px; border: 3px solid #333;color: #0c6; padding: 15px; font-size: 16px; text-decoration: none;} 
.btn:hover {background:#00cc66; color:#fff;}

#converter {cursor: pointer; background-color:#0c9;font-size:18px;font-weight:bold; text-align:center; border: 2px solid #333; border-radius: 50px;padding: 12px;color:#333; margin-right: 10px;}
#converter:hover {background-color: #333; color: #fff; cursor: pointer;}
.btnctnr {display: flex; justify-content: center; align-items: center;}
.footer {background: #fff; color: #fff; height: 100px; width: 100%;margin: 0;}
