body {
 background-color: antiquewhite;
 min-height: 100vh;
 width: 100%;
 font-family: 'Titillium Web', sans-serif;
}

.wrapper {
  margin: var(--margin);
}

ul {
  list-style-type: none;
}

h1 {
  color: white;
}

#contents {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: var(--margin);
  align-items: center;
  justify-items: center;
  padding: 0;
  margin-top: 150px;
  margin-left: 50px;
  margin-right: 50px;
}

img {
  width: 100%;
  height: auto;
}

.block {
  padding: var(--margin);
  width:var(--width), 25%;
}

.block__image__text {
 visibility: hidden;
}

.block:hover .block__image__text {
  visibility: visible;
}


select{
  font-size:30px;
  margin:14px;
  position: absolute;
  left: 650px;
  top: 50px;
  font-family: 'Titillium Web', sans-serif;
  background-color: antiquewhite ;
}

.menu-icon {
  width:163px; 
  height:163px;
  position: absolute;
  left: 20px;
  top: -35px;
}

.hand {
  width: 125px; 
  height: 102px;
  position: absolute;
  right: -20px;
  top: 10px;
}