.update {
  display: flex;
  margin-bottom: 15px;

  input {
    width: 300px;
  }

  button {
    margin-left: 15px;
  }
}
