body {
	background: linear-gradient(rgba(20, 26, 35,0.55),rgba(20, 26, 35, 0.55)),
				url("https://projecteco.net/img/bg.png") no-repeat center center fixed;
	background-size: cover;
	font-family: "Open Sans", Helvetica;
	margin: 0;
	position: relative;
}

a:visited {
  color: inherit;
}


.container {
  max-width: 800px;
  margin: 0 auto;
}

.logo {
  text-align: center;
  margin-bottom: 40px;
}

.logo img {
  max-width: 100%;
}

.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}

.item {
  flex: 1 1 200px;
  margin: 10px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 20px;
  transition: all 0.3s ease;
}

.item:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.img {
  max-width: 100%;
  margin-bottom: 10px;
}


.title {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: white;
  text-decoration: none !important;
}


@media only screen and (max-width: 600px) {
  .item {
    flex-basis: 100%;
  }
}
