@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

* {
  box-sizing: border-box;
}


.container {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 15px #999;
  -moz-box-shadow: 0 0 15px #999;
  box-shadow: 0 0 15px #999;
}

h2 {
  font-weight: 200;
  text-align: center;
}

.header {
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
  color: #fff;
  padding: 20px;
  margin: 0;
  border-radius: 15px 15px 0 0;
  margin-bottom: 20px;
}

.currency {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  /* background-color: #ff0000; */
  border-radius: 15px;
  margin: 10px 20px;
  border: 2px solid rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.currency input {
  border: none;
  font-size: 35px;
  text-align: left;
  margin-left: 20px; /* might change later   */
  outline: none;
  width: 150px;
  background-color: #050506;
  /* border-bottom: 1px solid #000000; */
}

.currency1 {
  /* display: flex; */
  align-items: center;
  height: 50px;
  border-radius: 15px;
  margin: 10px 20px;
  border: 2px solid rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.currency1 input {
  border: none;
  font-size: 20px;
  text-align: left;
  margin-left: 20px; /* might change later   */
  outline: none;
  background-color: #050506;
  /* border-bottom: 1px solid #000000; */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}



.currency select {
  border: 0;
  padding-right: 10px;
  font-size: 22px;
  text-align: center;
  background-color: #050506;
  margin-right: 20px;
}

.middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.middle button {
  background-color: #57aff2;
  border: 2px solid #ecf0f1;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  transform: rotate(90deg);
  z-index: 1;
  position: absolute;
  outline: none;
}

.middle button:active {
  transform: rotate(90deg) scale(0.9);
}

.rate {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  padding: 0 10px;
  margin: 10px 15px 30px 25px;
  color: #a8a8a8;
  text-transform: uppercase;
}
