.footer {
display: flex;  /*디스플레이 가운데정렬*/
justify-content: center;
align-items: center;
margin-top: 20px; 
min-width:320px;
min-height:100px;
background-color: brown;
}