.currency-box[data-v-915ff764]{display:flex;width:400px;background-color:#d4d4d4;border-radius:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.3s;margin:20px}.currency-box[data-v-915ff764]:hover{width:450px}.currency-box .flag[data-v-915ff764]{width:80px;height:80px;border-radius:20px}.currency-box .title-box[data-v-915ff764]{margin-left:1.5em;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-family:Arial,Helvetica,sans-serif}.currency-box .title-box .code[data-v-915ff764]{font-weight:700}.currency-box .title-box .title[data-v-915ff764]{text-overflow:ellipsis;text-align:left}.currency-box .value-box[data-v-915ff764]{display:flex;margin-left:auto;margin-right:1em;align-items:center;justify-content:center}.currency-box .value-box .value[data-v-915ff764]{padding:1em;background-color:#639;border-radius:10px;color:#fff}#app{font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:60px;display:flex;width:100%;flex-direction:column;align-items:center}