html {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0%;
  height: 100%;
  width: 100%;
}

.city-title {
  color: #1B1D1F;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 36px;
  margin-top: 0%;
}

.city-description {
  color: #1B1D1F;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.city-text-container {
  border-radius: 40px;
  background: #FFF;
  padding-top: 60px;
  padding-left: 60px;
  padding-bottom: 60px;
  padding-right: 6opx;
  box-sizing: border-box;
  width: 573px;
}

.city-page {
  background: url("img/background.jpg");
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.wrapper {
  width: 1170px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}

.goit-logo {
  position: absolute;
  left: 0;
  top: 32px;

}

.city-gallery {
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
  box-sizing: border-box;
}

.city-gallery-title {
  color: #1B1D1F;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 80px;
  margin-top: 0;

}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-button {
  width: calc(25% - 24px * 3 / 4);
  margin-bottom: 24px;
  border: none;
  background: none;
  cursor: pointer;
  border-radius: 48px;
  padding: 0;
}

.gallery-image {
  width: 100%;
  border-radius: 48px;
}