body {
  padding: 0;
  margin: 0;
  font-family: "Segoe UI Semibold", "Segoe UI Web (West European)", "Segoe UI",
    -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}
#main {
  padding: 0;
  margin: 0;
}

#announce {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: white;
  text-decoration: none;
}
p{
  margin: 5px;
}
.EmptySearchIcon{
    width: 68px;
    height: 68px;
    background-image: url({process.env.REACT_APP_WEB_IMAGE_PATH}/images/empty-search.svg);
    background-size: 68px 68px;
    font-size: 68;
    margin: 0 50px;
}
.NoResults{
  color:rgb(51,51,51);
  font-weight: 600;
  outline: none;
    &:focus {
        outline:rgb(96, 94, 92) solid 1px;
        padding: 0 2px;
    }
}