.container{
    display: flex;
    justify-content: space-around;

}
.container>div{
    width: 30%;
}
.btn{
    border: 1px solid black;
    padding: 5px 30px;
    border-radius: 20px;
    text-decoration: none;
}
.inFiles{
    display: flex;
    flex-direction: column;
}
.block{
    display: flex;
    flex-direction: column;

}
.block textarea{
    height: 200px;
}
.block label{
    font-size: larger;
    color: blue;
    margin-bottom: 10px;
}
.block footer{
    height: 30px;
    overflow:hidden;
    text-align: right;
    margin-top: 10px;
    
}
.block footer img{
    max-height: 100%;
}