* {
  box-sizing: border-box;
}

body {
  margin: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fafafa;
  color: #212121;
  line-height: 1.5;
}

.gallery {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
}

.gallery-item {
  flex-basis: calc((100% - 40px) / 3);
}

.gallery-image {
  width: 100%;
  display: block;
}


#name-input{
  width: 360px;
  height: 40px;
}


.login-form {
  max-width: 400px;
  margin: 40px auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.button-4{
  border-radius: 8px;
    padding-block: 8px;
    padding-inline: 16px;
    width: 86px;
    height: 40px;
    background: #4e75ff;
    border-color: #4e75ff;
    box-shadow: none;
    font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      color: #fff;
      cursor: pointer;
}
.label-4{
  font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    color: #2e2f42;
    display: flex;
    flex-direction: column;
}

.login-form input {
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.change-color{
  border-radius: 8px;
    padding-block: 8px;
    padding-inline: 16px;
    width: 148px;
    height: 40px;
    background: #4e75ff;
    font-family: "Montserrat", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.5;
      letter-spacing: 0.04em;
      color: #fff;
      border-color: #4e75ff;
      box-shadow: none;
      text-align: center;
}