
*,
*::before,
*::after {
  box-sizing: border-box;
}

img{
  display: block;
  max-width: 100%;
  height:auto;
}

body{
  margin:0;
}


.container-input{
display: flex;
flex-direction: column;
gap:0.5rem;


}
.container-btn{
display: flex;
justify-content: center;
align-items: center;
gap: 0.5rem;
padding: 2rem;
}

button{
  width: 200px;
  height: 30px;
  font-size: 0.5rem;
}

.test-btn{
background-color: pink;
color:cyan;
width: 150px;
}