html {
  width: 1000px;
  height: 1000px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 800;
  background-color: #092c57;
  background-image: url(./assets/background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  outline: none;

 
}

body {

  width: 100%;
  height: 1104px;

}


.titulo {
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: 800;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #fff;

}

.logo {
  padding-left: 7px;
  width: 130px;
  margin:auto;
  display: block;



}
main {

  margin-top: auto;
  background-color: rgba(249, 250, 250, 0.349);
  width: 375px;
  height: 750px;
  margin-left: 200px;
  border-radius: 30px;
  border: #092c57;
  border-style: inset;
  padding: 44px 24px 23px ;

}

label{font-size:  20px;
  font-weight: 400 ;
  color: #fff;



}




header {
  width: 375px;
  position: static;
  margin-left: 220px;
  color: #fff;



}

h1 {
  width: 327px;
  height: 72;
  margin: 5px 0px 0px 25px;
  color: #fff;
  
  
}

select,input {
  cursor: pointer;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 700 ;
  border: none;
  margin-bottom: 24px;
  border-radius: 5px;


}





.input-currency {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  margin-top: 5px;
}
.currency, .currency-select{
color:#000;
font-size: 14px;
font-weight: 700;
margin: 0;

}


.currency-value ,.currency-value-convert {
  color:#000;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  
  }

button {
  background-color: blue;
  width: 100%;
  height: 48px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  margin-bottom: 20px;
}
button:hover{
  background-color: #f4511e;
  
}

button:active{
  opacity: 0.2;
}


footer {
  
  padding: 12px;
  border: 2px solid #092c57;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;


  
  
}
.currency-box{
  display: flex;
  gap: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
}
.arrow-img{
  margin: 15px  0;
}
