
a {
  text-decoration: none;
}
ul,li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.has-navbar{
  background-color: #dadada;
}
.pagelayout{
  margin: 0 auto;
  width: 1200px;
}

.headermaintitle{
  text-decoration: none;
}
#menu>ul:nth-child(2){
display: flex;
background:#f0f;
}


