@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Roboto:wght@300&family=Rowdies:wght@300;400;700&display=swap');

body{
    display: flex;
    flex-wrap: wrap;
    margin: 0%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 100%, rgba(9,22,121,1) 100%);
}

h1{
    font-family: 'Rowdies', cursive;
    padding-bottom: 20px;
    background-attachment: fixed;
}


.currency{
    margin: 30px 30px;
    color: white;
    border: 1px solid lightgrey;
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 10px;
    /* flex-direction: column; */
    /* flex-wrap: wrap; */
    font-family: 'Poppins', sans-serif;
}

input, button{
    padding: 5px;
    background-color:black
    outline: none;
    
}

button{
    cursor: pointer;
}

input:focus{
    outline: none;
}