@charset "UTF-8";
header {
}

@media (max-width: 400px){
header  {
}
}

@media (min-width: 401px) and (max-width: 768px){
header {
}
}
