*{
  margin: 0;
  padding: 0;
}

#EVSHeader-top{
  background-color: #0f1724;
  width: 100%;
  border-bottom: 2px solid black;
}
.EVSHeader-top{
  background-color: #0f1724;
  width: 60rem;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 2.6px 0px 0px 0px;
}

@media only screen and (min-width: 668px) and (max-width: 959px){.EVSHeader-top{width: 100%;}}

@media only screen and (min-width: 443px) and (max-width: 667px){.EVSHeader-top{width: 100%;}}

@media only screen and (min-width: 200px) and (max-width: 442px){.EVSHeader-top{width: 100%;}}

@media only screen and (min-width: 200px) and (max-width: 350px){.EVSHeader-top{width: 100%;}}























