body {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

button {
  cursor: pointer;
}
* {
  margin: 0;
  padding: 0;
  font-family: Roboto;
}


.gce-nav-categ {
  margin: auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}


.gce-nav-categ .gce-select-but {
  width: 125px;
  height: 75px;
  margin-top: 15px;
  box-sizing: border-box;
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: white;
}

.gce-nav-categ .gce-select-but:hover > h2{
  border-bottom: solid 2px #78c72e;
}

.gce-nav-categ .gce-select-but i{
  padding-top: 10px;
  font-size: 25px;
  margin-bottom: 10px;
  color: #78c72e;
}

.gce-nav-categ .gce-select-but h2 {
  font-size: 16px;
}

.gce-modal-big-cont {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  background: #000A;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 100;
}

.gce-modal-big-cont .gce-modal-big-img {
  max-width: 80%;
  max-height: 95%;
}

@media screen and (max-width: 700px) {
  .gce-nav-categ {
    max-width: 400px;
  }
}
