* {
    margin: 0;
    padding: 0;
}

@font-face {
 font-family: 'Preeti';
  src: url(https://utils.arthakoartha.com/preeti-font.ttf);
}

nav {
    background-color: red;
}

.navbar-brand {
    color: white;
}
.nav-link {
    color: white;
}
.nav-link.active {
    color: white !important;
    background: #212425;
}

.logo img {
    height: 100px;
}

.converter-section {
    margin: 1rem 0 0 0;
}

.converter-textarea.converter-textarea-preeti {
    font-family: 'Preeti';
}

.converter-title {
    padding: 0.35rem 0.75rem;
    background: red; /* #212425; */
    color: white;
}

.form-floating > .form-control.converter-textarea {
    height: 10rem;
}

.dropdown .dropdown-menu li {
    padding: 10px;
    width: 15rem;
}

.converter.converter-guide p {
	font-size: 1rem;
}
