.container{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    text-align: center;
    padding: 20px;
}
.box1{
    display:flex;
    flex-direction: row;
    gap:100px;
    margin:20px;
}
.box2{
    display:flex;
    flex-direction: row;
    gap:100px;
    margin:20px;
}
.button{
    background-color: #17a2b8;
    border-color: #17a2b8;
    border-radius: 10px;
    margin:20px;
    padding: 10px;
}
.input1{
    display:flex;
    flex-direction: column;
    gap:20px;
}
img{
    height:100px;
    width:100px;

    
}
