body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: 'Montserrat', sans-serif;
}

.items {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.item {
  margin: 10px;
  width: 320px;
  height: 240px;
  text-align: center;
  background-color: #292A2D;
  box-shadow: 0 0 0 4px rgb(0 0 0 / 10%);
}

a {
  color:#9AA0A6;
  text-decoration: none;
}

img {
  object-fit: cover;
  height: 155px;
  width: 300px;
  margin-top: 12px;
}

h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}

p {
  text-align: center;
  font-size: 1.5rem;
}

.shadow div:hover{
box-shadow:
1px 1px #373737,
2px 2px #373737,
3px 3px #373737,
4px 4px #373737,
5px 5px #373737;
transform: translateY(-5px);
transition: .5s ease;
font-size: 1.1rem;
}
