@media only screen and (max-width: 600px) {
  .home_form_container {
    width: 98vw;
    box-sizing: border-box;
  }
  .dashboard_container {
    width: 90%;
  }
}
@media only screen and (max-height: 546px) {
  footer#foot-credit {
    display: none;
  }
}
