body{
min-width: 350px;
  max-width: 600px;
  font-family: museo-slab, serif;
  letter-spacing: .3rem;
  font-weight: 700;
}
.test{
  display: flex;
  width:100%x;
  height: 120px;
  /* background-color: #1e1e1e; */
  color: #1e1e1e;
  text-align: center;
  justify-content: center;
  align-items: center;
 
  background: url(../img/graybg.jpg);
  background-size: cover;
}


.item2 img{
  
  width: 80%;
}

.item2 img:hover{
  width: 90%;
}
.item2{
  width: 50%;
  align-self: center ;
  flex-grow: 1;    
}

.item{
  width: 50%;
  font-size: 1.3rem;
  text-align: center;
 
  background-size: cover;
}

a{
  text-decoration: none;
  color: #1e1e1e;
}
a:hover{
  color:#1e1e1eaf;
}
