.title h1{
    font-weight: 600;
    color: #1F2261;
}
.title p {
    color: #808080;
}
.title {
    font-family: 'Roboto', sans-serif;
}
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f0f7ff; /* looks white until you compare it to pure white */
}
#conversion-rate {
    font-weight: 600;
}
.dropdown,option {
    font-weight: 800;
    color: #26278D;
    font-family: 'Roboto', sans-serif;
}


#amount,
#converted-amount {
    background-color: #EFEFEF;
    font-weight: 600;
    font-size: 1.5rem;
    color: black;
}

#amount:focus,
#converted-amount:focus {
    background-color: #EFEFEF;
    box-shadow: none;
}

