@media only screen and (max-width: 380px) {
    .header-section{
    width: 410px;
}
footer{
    width: 398px;
}
}
@media only screen and (min-width: 381px) and (max-width: 530px) {
  .header-section{
    width: 540px;
}
footer{
    width: 540px;
}
}