body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* background-color: gray; */

}

div{
    display: flex;
    justify-content: center;
    align-items: center;

}
img{
    width: 400px;
    height: 400px;
}
#btnDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: blue; */
    width: 350px;
    margin-bottom: 10px;
}
.tas{
    text-align: center;
}
input{
    width: 150px;
    margin-right: 50px;
}
#info{
    padding-top: 30px;
    align-items: center;
}


@media only screen and (max-width: 400px) {
    body {
      background-color: gr;
      width: 100vw;
      height: 100vh;
      padding: 20px 20px;
    }
    img{
        width: 95vw;
        height: 50vh;
    }

  }