:root {
  font-size: 19px;
}

body {
  background-position: center;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  min-height: 100vh;
}

img {
  max-width: 100%;
}

.logo {
  max-width: 217px;
  width: 100%;
}

.heading {
  font-family: 'Oswald', sans-serif;
  font-size: 33px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.item {
  display: grid;
  gap: 22px;
  justify-items: center;
  margin-bottom: 50px;
  padding: 16px;
  text-align: center;
  width: 50%;
}

@media only screen and (min-width: 768px) {
  .item {
    width: 25%;
  }
}

.item:hover {
  text-decoration: none;
}

.title {
  color: #000000;
  font-size: clamp(16px, 1.4375vw, 23px);
  font-weight: bold;
  text-transform: uppercase;
}
