@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";body{min-height:100svh;background-color:#111;display:grid;place-items:center;font-family:Poppins,sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0}.heading{color:#6a5acd;width:calc(100% - 2rem);margin:0 auto;border-bottom:1rem dotted #ddd;padding-bottom:1rem;font-family:cursive;font-size:2.5rem;text-align:center;margin-top:-8rem;margin-bottom:2rem}.container{margin:0 auto;padding:1.5rem;background-color:#fff;outline:2px solid slateblue;outline-offset:2px;border-radius:1rem;display:flex;min-width:fit-content;flex-direction:column;gap:1.25rem}.card{color:#111;padding:2rem;border-radius:1rem;background-color:#6a5acd;outline:4px solid rgb(128,0,128,.75)}h3{margin-bottom:.5rem;color:#ddd}.country{font-weight:400;font-size:1rem}.value{font-size:3rem}.lastUpdated{font-size:1rem}.refresh-btn{border:none;padding:1rem;font-weight:700;font-size:1.25rem;color:#fff;background-color:tomato;border-radius:.5rem}.refresh{background:none;border-radius:.75rem;text-transform:capitalize;color:#ddd;border-color:purple;width:4rem;height:2rem}.bold{font-weight:700}.flex{display:flex;align-items:center;gap:1.5rem}
